From: Chris Rebert Date: Thu, 24 Sep 2015 01:21:58 +0000 (-0700) Subject: Travis: install npm dependencies using shrinkwrap; fixes #17552 X-Git-Tag: v4.0.0-alpha.2~294^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d712bb4a564879cb4f7111459c493396e746b9a;p=thirdparty%2Fbootstrap.git Travis: install npm dependencies using shrinkwrap; fixes #17552 --- diff --git a/.travis.yml b/.travis.yml index a5a1bac2bc..387796c5f2 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: