mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Travis: add --clean in bundle install command.
This commit is contained in:
parent
bcbf3f2ec6
commit
70aec100e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue