Skip to content

Commit

Permalink
ci: allow io.js build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed May 5, 2015
1 parent bf757b9 commit c74d6d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -6,4 +6,7 @@ node_js:
- iojs
- node
- '0.10'
matrix:
allow_failures:
- node_js: iojs
after_script: npm run cover

0 comments on commit c74d6d4

Please sign in to comment.