mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Travis: install npm dependencies using shrinkwrap; fixes #17552
This commit is contained in:
parent
f22f7beead
commit
7d712bb4a5
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ before_install:
|
|||
- if [ "$TRAVIS_REPO_SLUG" = twbs-savage/bootstrap ]; then export TWBS_DO_VALIDATOR=0; fi
|
||||
install:
|
||||
- bundle install --deployment --jobs=3
|
||||
- cp grunt/npm-shrinkwrap.json ./
|
||||
- npm install -g grunt-cli
|
||||
- npm install
|
||||
cache:
|
||||
|
|
Loading…
Add table
Reference in a new issue