Browse Source

Use npm 4 on Travis

pull/4/head
Luke Childs 7 years ago
parent
commit
54524d8ffa
  1. 2
      .travis.yml

2
.travis.yml

@ -13,7 +13,7 @@ addons:
env:
- CXX=g++-4.9
before_install:
- npm explore npm -g -- npm install node-gyp@latest
- npm install npm@4 -g && npm explore npm -g -- npm install node-gyp@latest
script: npm run lint && npm test
after_success: npm run coverage
notifications:

Loading…
Cancel
Save