Skip to content

Commit

Permalink
Run travis against additional node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jul 15, 2015
1 parent 89bcb8c commit 609bc2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ notifications:
on_failure: change

node_js:
- "0.10"
- "0.12"
- "iojs"

after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 609bc2d

Please sign in to comment.