Skip to content

Commit f82ce18

Browse files
committed
[ci] use node 4.2 to test and do not allow failures
1 parent 470475b commit f82ce18

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
node_js:
44
- "0.10"
55
- "0.12"
6-
- "4.1"
6+
- "4.2"
77

88
before_install:
99
- travis_retry npm install -g [email protected]
@@ -12,10 +12,6 @@ before_install:
1212
script:
1313
- npm test
1414

15-
matrix:
16-
allow_failures:
17-
- node_js: "4.1"
18-
1915
notifications:
2016
email:
2117

0 commit comments

Comments
 (0)