Skip to content

Commit 8c4c70c

Browse files
ksmythdefunctzombie
authored andcommitted
travis: use npm test only. npm install attempts to download prebuilt node-pre-gyp binary (#450)
1 parent 7d85ec9 commit 8c4c70c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ sudo: false
2222
before_install:
2323
- $CXX --version
2424
- if [ "$TRAVIS_NODE_VERSION" = "0.8" ]; then npm install -g [email protected]; fi;
25+
26+
install: true
27+
28+
script: npm test

0 commit comments

Comments
 (0)