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.
1 parent 636ff79 commit 7ff6e77Copy full SHA for 7ff6e77
.travis.yml
@@ -15,6 +15,7 @@ cache:
15
- node_modules
16
before_install:
17
# Setup Node.js version-specific dependencies
18
+ - "test $TRAVIS_NODE_VERSION != '0.8' || npm i -g [email protected]"
19
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
20
# Update Node.js modules
21
- "test ! -d node_modules || npm prune"
0 commit comments