Skip to content

Commit

Permalink
travis: test iojs 1&2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed May 12, 2015
1 parent 6803154 commit b8b64cc
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,6 +1,9 @@
node_js:
- "0.10"
- "0.11"
- "0.12"
- "1"
- "2"
sudo: false
language: node_js
script: "npm run-script test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit b8b64cc

Please sign in to comment.