Skip to content

Commit

Permalink
Adding multiple node versions to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserf committed May 11, 2016
1 parent 71fe462 commit 196a814
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: node_js
node_js:
- "stable"
- "6.0"
- "5.0"
- "4.0"
- "0.12"
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 comments on commit 196a814

Please sign in to comment.