diff options
| author | Chris Rebert <[email protected]> | 2015-09-23 18:21:58 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-09-23 23:26:23 -0700 |
| commit | 7d712bb4a564879cb4f7111459c493396e746b9a (patch) | |
| tree | 671d560c45f00f656a151c150e7214d537b3ec37 | |
| parent | f22f7beeada0c90e59cccd77695ff43a5c6e4fa1 (diff) | |
| download | bootstrap-7d712bb4a564879cb4f7111459c493396e746b9a.tar.xz bootstrap-7d712bb4a564879cb4f7111459c493396e746b9a.zip | |
Travis: install npm dependencies using shrinkwrap; fixes #17552
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a5a1bac2b..387796c5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |
