Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-10-14 14:57:42 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-14 17:05:04 +0300
commit70aec100e4242087ec03ffdc3a265aad91b71d7f (patch)
tree01ad1406cf3b19d1968489032f106996ecdfc7f2 /.travis.yml
parentbcbf3f2ec6fdb6dab3cf8acc2a5782a8e8d22dce (diff)
Travis: add `--clean` in `bundle install` command.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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