travis: test iojs v1 and v2

master
jongleberry 2015-05-04 19:19:06 -07:00
parent 0d916ad727
commit eb7277c95c
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
language: node_js
node_js:
- "0.12"
- "iojs"
- "iojs-v1"
- "iojs-v2"
script: "make test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"