Skip to content

Commit 4aa868d

Browse files
committed
[Tests] up to node v8.8
1 parent 71e24db commit 4aa868d

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-
- "8.6"
5+
- "8.8"
66
- "7.10"
77
- "6.11"
88
- "5.12"
@@ -30,6 +30,10 @@ matrix:
3030
include:
3131
- node_js: "node"
3232
env: COVERAGE=true
33+
- node_js: "8.7"
34+
env: TEST=true ALLOW_FAILURE=true
35+
- node_js: "8.6"
36+
env: TEST=true ALLOW_FAILURE=true
3337
- node_js: "8.5"
3438
env: TEST=true ALLOW_FAILURE=true
3539
- node_js: "8.4"

0 commit comments

Comments
 (0)