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 624d9e7 commit 02a15eaCopy full SHA for 02a15ea
.travis.yml
@@ -1,11 +1,11 @@
1
language: node_js
2
node_js:
3
- "0.10"
4
- - "0.11"
+ - "0.12"
5
6
script:
7
- npm test
8
after_success:
9
- npm install -g istanbul
10
- npm install coveralls
11
- - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
+ - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
0 commit comments