travis: don't test iojs minors because it moves too fast
This commit is contained in:
parent
568725c30a
commit
0e02798a8b
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.12"
|
- "0.12"
|
||||||
- "iojs-v1.0"
|
- "iojs"
|
||||||
- "iojs-v1.1"
|
|
||||||
script: "make test-travis"
|
script: "make test-travis"
|
||||||
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
|
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
|
||||||
|
|
Loading…
Reference in a new issue