Skip to content

Commit 0eb0aaa

Browse files
committed
build: reduce install on Node.js 0.6
1 parent fa0345e commit 0eb0aaa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ node_js:
77
- "1.0"
88
- "1.8"
99
sudo: false
10+
before_install:
11+
# Setup Node.js version-specific dependencies
12+
- test $TRAVIS_NODE_VERSION != '0.6' || npm rm --save-dev istanbul
1013
script:
1114
- "test $TRAVIS_NODE_VERSION != '0.6' || npm test"
1215
- "test $TRAVIS_NODE_VERSION = '0.6' || npm run-script test-travis"
1316
after_script:
14-
- "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

Comments
 (0)