Skip to content

Commit

Permalink
Allow failure for node 0.11 on Travis
Browse files Browse the repository at this point in the history
The tests have never passed on 0.11 since it was added months ago, so it does not make sense to make the build fail all the time yet
  • Loading branch information
stof committed Aug 30, 2014
1 parent 7638459 commit c976043
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: node_js
node_js:
- 0.10
- 0.11
matrix:
allow_failures:
- node_js: 0.11
notifications:
email:
on_success: always
Expand Down

0 comments on commit c976043

Please sign in to comment.