Skip to content

Commit e764651

Browse files
committed
[Tests] on node v7.5, v4.7
1 parent 288ad93 commit e764651

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ language: node_js
22
os:
33
- linux
44
node_js:
5-
- "7.4"
5+
- "7.5"
66
- "6.9"
77
- "5.12"
8-
- "4.6"
8+
- "4.7"
99
- "iojs-v3.3"
1010
- "iojs-v2.5"
1111
- "iojs-v1.8"
@@ -30,6 +30,8 @@ matrix:
3030
env: PRETEST=true
3131
- node_js: "node"
3232
env: POSTTEST=true
33+
- node_js: "7.4"
34+
env: TEST=true ALLOW_FAILURE=true
3335
- node_js: "7.3"
3436
env: TEST=true ALLOW_FAILURE=true
3537
- node_js: "7.2"
@@ -80,6 +82,8 @@ matrix:
8082
env: TEST=true ALLOW_FAILURE=true
8183
- node_js: "5.0"
8284
env: TEST=true ALLOW_FAILURE=true
85+
- node_js: "4.6"
86+
env: TEST=true ALLOW_FAILURE=true
8387
- node_js: "4.5"
8488
env: TEST=true ALLOW_FAILURE=true
8589
- node_js: "4.4"

0 commit comments

Comments
 (0)