Skip to content

Commit

Permalink
Add nodejs stable and LTS versions to travis tests (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimont authored and fengmk2 committed Oct 17, 2016
1 parent 497742c commit 249bbdc
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,6 +1,8 @@
node_js:
- "0.12"
- "stable"
- "4"
- "iojs"
- "0.12"
language: node_js
script: "npm run-script test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 249bbdc

Please sign in to comment.