mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-25 12:22:50 +01:00
Travis: add --clean
in bundle install
command.
This commit is contained in:
parent
bcbf3f2ec6
commit
70aec100e4
@ -8,7 +8,7 @@ node_js:
|
|||||||
- "6"
|
- "6"
|
||||||
- "8"
|
- "8"
|
||||||
install:
|
install:
|
||||||
- bundle install --deployment --jobs=3 --retry=3
|
- bundle install --deployment --jobs=3 --retry=3 --clean
|
||||||
- npm install
|
- npm install
|
||||||
script:
|
script:
|
||||||
- npm test
|
- npm test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user