Skip to content

Commit

Permalink
build: support Node.js 4.x
Browse files Browse the repository at this point in the history
closes #15
  • Loading branch information
nook-scheel authored and dougwilson committed Oct 2, 2015
1 parent 82d8b2c commit d81e33c
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 @@ -9,6 +9,8 @@ node_js:
- "2.5"
- "3.0"
- "3.3"
- "4.0"
- "4.1"
sudo: false
script: "npm run-script test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit d81e33c

Please sign in to comment.