Skip to content

Commit

Permalink
[ci] use node 4.2 to test and do not allow failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Nov 10, 2015
1 parent 470475b commit f82ce18
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- "4.1"
- "4.2"

before_install:
- travis_retry npm install -g npm@2.14.5
Expand All @@ -12,10 +12,6 @@ before_install:
script:
- npm test

matrix:
allow_failures:
- node_js: "4.1"

notifications:
email:
- travis@nodejitsu.com
Expand Down

0 comments on commit f82ce18

Please sign in to comment.