Skip to content

Commit c8aa967

Browse files
committed
[Tests] up to node v10.7
1 parent cfd0bb8 commit c8aa967

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 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-
- "10.4"
5+
- "10.7"
66
- "9.11"
77
- "8.11"
88
- "7.10"
@@ -34,6 +34,12 @@ matrix:
3434
include:
3535
- node_js: "lts/*"
3636
env: PRETEST=true
37+
- node_js: "10.6"
38+
env: TEST=true ALLOW_FAILURE=true
39+
- node_js: "10.5"
40+
env: TEST=true ALLOW_FAILURE=true
41+
- node_js: "10.4"
42+
env: TEST=true ALLOW_FAILURE=true
3743
- node_js: "10.3"
3844
env: TEST=true ALLOW_FAILURE=true
3945
- node_js: "10.2"

0 commit comments

Comments
 (0)