Skip to content

Commit

Permalink
Travis: Also test with node.js 0.12, 4, and 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jun 13, 2016
1 parent b79c555 commit bf6847a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: node_js
node_js:
- 0.10
- 0.12
- 4
- 6
script: "npm run-script travis"
after_success: "<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js"
after_success: "<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js"

0 comments on commit bf6847a

Please sign in to comment.