Browse Source

Don't tweak npm/gyp versions

travis
Luke Childs 7 years ago
parent
commit
64cb18a925
  1. 2
      .travis.yml

2
.travis.yml

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

Loading…
Cancel
Save