Skip to content

Commit

Permalink
Merge pull request #523 from h4cc/patch-1
Browse files Browse the repository at this point in the history
[ci] Build against 0.11 as allowed failure.
  • Loading branch information
indexzero committed Jan 7, 2015
2 parents 72273b1 + 6146583 commit 861dbfb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@ language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"

before_install:
- travis_retry npm install -g npm
- travis_retry npm install

script:
- npm test

matrix:
allow_failures:
- node_js: "0.11"

notifications:
email:
- [email protected]
irc: "irc.freenode.org#nodejitsu"

0 comments on commit 861dbfb

Please sign in to comment.