Skip to content

Commit

Permalink
Update node versions in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matiassingers committed Jun 2, 2015
1 parent 52b8485 commit 7da60aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- '0.11'
- '0.12'
- '0.10'
- 'iojs'

after_success:
- 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 7da60aa

Please sign in to comment.