Skip to content

Commit

Permalink
build: support io.js 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Aug 15, 2015
1 parent f073751 commit cf8ab36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_js:
- "1.8"
- "2.0"
- "2.5"
- "3.0"
sudo: false
script: "npm run-script test-travis"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"

0 comments on commit cf8ab36

Please sign in to comment.