0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Travis: add --clean in bundle install command.

This commit is contained in:
XhmikosR 2018-10-14 14:57:42 +03:00
parent bcbf3f2ec6
commit 70aec100e4

View 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