From 70aec100e4242087ec03ffdc3a265aad91b71d7f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 14 Oct 2018 14:57:42 +0300 Subject: [PATCH] Travis: add `--clean` in `bundle install` command. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fbd6d7401a..841d179717 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ node_js: - "6" - "8" install: - - bundle install --deployment --jobs=3 --retry=3 + - bundle install --deployment --jobs=3 --retry=3 --clean - npm install script: - npm test