From: XhmikosR Date: Sun, 14 Oct 2018 11:57:42 +0000 (+0300) Subject: Travis: add `--clean` in `bundle install` command. X-Git-Tag: v4.2.0~266 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70aec100e4242087ec03ffdc3a265aad91b71d7f;p=thirdparty%2Fbootstrap.git Travis: add `--clean` in `bundle install` command. --- 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