We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm test
npm install
1 parent 7d85ec9 commit 8c4c70cCopy full SHA for 8c4c70c
.travis.yml
@@ -22,3 +22,7 @@ sudo: false
22
before_install:
23
- $CXX --version
24
- 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