Skip to content

Commit

Permalink
"faster travis and support iojs + v0.12"
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Feb 8, 2015
1 parent cd6a660 commit 77583ee
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .travis.yml
@@ -1,6 +1,13 @@
language: 'node_js'
sudo: false
language: "node_js"
node_js:
- '0.10'
- '0.11'
script: "make test-travis"
after_script: "cat ./coverage/lcov.info | coveralls"
- "iojs"
- "0.10"
- "0.11"
- "0.12"
matrix:
allow_failures:
- node_js: "0.10"
fast_finish: true
script: "npm run-script test-travis"
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"

0 comments on commit 77583ee

Please sign in to comment.