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 e98385d commit 2d1bed9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
sudo: false
language: node_js
node_js:
- '0.12'
- 'iojs-v1'
- 'iojs-v2'
- "0.12"
- "1"
- "2"
- "3"
- "4"
script: "npm run test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 2d1bed9

Please sign in to comment.