Travis: install npm dependencies using shrinkwrap; fixes #17552

This commit is contained in:
Chris Rebert 2015-09-23 18:21:58 -07:00
parent f22f7beead
commit 7d712bb4a5
1 changed files with 1 additions and 0 deletions

View File

@ -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: