Travis CI: Use npm@3

This commit is contained in:
Chris Rebert 2015-11-11 17:25:35 -08:00
parent a80f4e2e3c
commit 3236a4df69
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ before_install:
- rvm install 2.2
- rvm use 2.2 --fuzzy
- export GEMDIR=$(rvm gemdir)
- npm install -g npm@3
- "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\""
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip validator\]'; export TWBS_DO_VALIDATOR=$?; true
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip sauce\]'; export TWBS_DO_SAUCE=$?; true