travis: test iojs v1 and v2
This commit is contained in:
parent
0d916ad727
commit
eb7277c95c
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue