Skip to content

Commit

Permalink
travis: use npm test only. npm install attempts to download prebu…
Browse files Browse the repository at this point in the history
…ilt node-pre-gyp binary (#450)
  • Loading branch information
ksmyth authored and defunctzombie committed Oct 11, 2016
1 parent 7d85ec9 commit 8c4c70c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ sudo: false
before_install:
- $CXX --version
- if [ "$TRAVIS_NODE_VERSION" = "0.8" ]; then npm install -g npm@2.7.3; fi;

install: true

script: npm test

0 comments on commit 8c4c70c

Please sign in to comment.