aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-10-14 14:57:42 +0300
committerXhmikosR <[email protected]>2018-10-14 17:05:04 +0300
commit70aec100e4242087ec03ffdc3a265aad91b71d7f (patch)
tree01ad1406cf3b19d1968489032f106996ecdfc7f2
parentbcbf3f2ec6fdb6dab3cf8acc2a5782a8e8d22dce (diff)
downloadbootstrap-70aec100e4242087ec03ffdc3a265aad91b71d7f.tar.xz
bootstrap-70aec100e4242087ec03ffdc3a265aad91b71d7f.zip
Travis: add `--clean` in `bundle install` command.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fbd6d7401..841d17971 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