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 fa0345e commit 0eb0aaaCopy full SHA for 0eb0aaa
.travis.yml
@@ -7,8 +7,11 @@ node_js:
7
- "1.0"
8
- "1.8"
9
sudo: false
10
+before_install:
11
+ # Setup Node.js version-specific dependencies
12
+ - test $TRAVIS_NODE_VERSION != '0.6' || npm rm --save-dev istanbul
13
script:
14
- "test $TRAVIS_NODE_VERSION != '0.6' || npm test"
15
- "test $TRAVIS_NODE_VERSION = '0.6' || npm run-script test-travis"
16
after_script:
- - "test $TRAVIS_NODE_VERSION != '0.6' && npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
17
+ - "test $TRAVIS_NODE_VERSION != '0.6' && npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
0 commit comments