Skip to content

Commit

Permalink
build: support io.js 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 16, 2015
1 parent 65f634e commit 4129045
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ node_js:
- "0.8"
- "0.10"
- "0.12"
- "1.0"
- "1.5"
script: "npm run-script test-travis"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 4129045

Please sign in to comment.