Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add node 0.12 to .travis.yml
  • Loading branch information
jhnns committed Feb 9, 2015
1 parent 624d9e7 commit 02a15ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,11 +1,11 @@
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"

script:
- npm test
after_success:
- npm install -g istanbul
- npm install coveralls
- 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 comments on commit 02a15ea

Please sign in to comment.