Skip to content

Commit

Permalink
test on 0-4
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Sep 11, 2015
1 parent 97692fe commit 2b6781b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -2,7 +2,9 @@ sudo: false
language: node_js
node_js:
- "0.12"
- "iojs-v1"
- "iojs-v2"
- "1"
- "2"
- "3"
- "4"
script: "make test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 2b6781b

Please sign in to comment.