Skip to content

Commit

Permalink
Add Node.js versions 4 and 5 to .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Apr 30, 2016
1 parent 7b794da commit 9265ca7
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 @@ -2,6 +2,8 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- iojs
script: "npm run-script test-cover"
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
Expand Down

0 comments on commit 9265ca7

Please sign in to comment.