travis: don't test iojs minors because it moves too fast

master
jongleberry 2015-02-10 19:36:20 -08:00
parent 568725c30a
commit 0e02798a8b
1 changed files with 1 additions and 2 deletions

View File

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