diff options
| author | XhmikosR <[email protected]> | 2018-10-14 14:57:42 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-14 17:05:04 +0300 |
| commit | 70aec100e4242087ec03ffdc3a265aad91b71d7f (patch) | |
| tree | 01ad1406cf3b19d1968489032f106996ecdfc7f2 | |
| parent | bcbf3f2ec6fdb6dab3cf8acc2a5782a8e8d22dce (diff) | |
| download | bootstrap-70aec100e4242087ec03ffdc3a265aad91b71d7f.tar.xz bootstrap-70aec100e4242087ec03ffdc3a265aad91b71d7f.zip | |
Travis: add `--clean` in `bundle install` command.
| -rw-r--r-- | .travis.yml | 2 |
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 |
