[ci] use node 4.2 to test and do not allow failures

This commit is contained in:
Jarrett Cruger 2015-11-09 19:43:18 -08:00
parent 470475b896
commit f82ce18d2f

View File

@ -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
@ -12,10 +12,6 @@ before_install:
script:
- npm test
matrix:
allow_failures:
- node_js: "4.1"
notifications:
email:
- travis@nodejitsu.com