Skip to content

Commit

Permalink
travis: test node@4 and node@5
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Feb 27, 2016
1 parent cdab4cd commit e2601a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
node_js:
- "0.8"
- "0.10"
- "0.11"
- "0.12"
- "4"
- "5"
language: node_js
script: "npm run-script test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit e2601a2

Please sign in to comment.