Skip to content

Commit

Permalink
Allow to fail in 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 22, 2014
1 parent 3e7ab1c commit 086c16d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: node_js
node_js:
- '0.11'
- '0.10'
- '0.11'
- '0.10'
matrix:
allow_failures:
- node_js: '0.11'
install:
- npm install
- npm install
notifications:
email: false
email: false

0 comments on commit 086c16d

Please sign in to comment.