]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Travis: add `--clean` in `bundle install` command.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 14 Oct 2018 11:57:42 +0000 (14:57 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 14 Oct 2018 14:05:04 +0000 (17:05 +0300)
.travis.yml

index fbd6d7401ac777c311516a884ac5e02e0d8aa413..841d179717d17bcc12f9f2d81e65fde4ba8231a0 100644 (file)
@@ -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