mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Travis: install npm dependencies using shrinkwrap; fixes #17552
This commit is contained in:
parent
f22f7beead
commit
7d712bb4a5
@ -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…
x
Reference in New Issue
Block a user