Skip to content

Commit

Permalink
Allow build failures on Node 0.12 and io.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy committed Mar 2, 2015
1 parent f147e57 commit aaf208e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,10 @@ node_js:
- "0.10"
- "0.12"
- "io.js"
matrix:
allow_failures:
- node_js: "0.12"
- node_js: "io.js"
after_script: ./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape tests/test-*.js --report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose
webhooks:
urls: https://webhooks.gitter.im/e/237280ed4796c19cc626
Expand Down

0 comments on commit aaf208e

Please sign in to comment.