Skip to content

Commit 0da055c

Browse files
committed
[Tests] up to node v7.9
1 parent 452fdf9 commit 0da055c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
os:
33
- linux
44
node_js:
5-
- "7.7"
5+
- "7.9"
66
- "6.10"
77
- "5.12"
88
- "4.8"
@@ -31,6 +31,10 @@ matrix:
3131
include:
3232
- node_js: "node"
3333
env: PRETEST=true
34+
- node_js: "7.8"
35+
env: TEST=true ALLOW_FAILURE=true
36+
- node_js: "7.7"
37+
env: TEST=true ALLOW_FAILURE=true
3438
- node_js: "7.6"
3539
env: TEST=true ALLOW_FAILURE=true
3640
- node_js: "7.5"

0 commit comments

Comments
 (0)