Skip to content

Commit

Permalink
Test on newer node.
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Jul 11, 2016
1 parent 200e617 commit 023542e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: node_js
node_js:
- "0.10"
- "4"
- "6"
- "node"
sudo: false
script:
- make test
- make test-cov
after_success:
- make test-cov
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 comments on commit 023542e

Please sign in to comment.