Skip to content

Commit

Permalink
ignore errors for 0.11 branch (native modules are failing)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlidwka committed Aug 11, 2014
1 parent 932fa34 commit adecd99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ language: node_js
node_js:
- '0.10'
- '0.11'
matrix:
allow_failures:
- node_js: "0.11"
fast_finish: true
script: npm install . && npm test

0 comments on commit adecd99

Please sign in to comment.