Skip to content

Commit bab0475

Browse files
committed
[Tests] up to node v10.4
1 parent 6bbde38 commit bab0475

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.1"
5+
- "10.4"
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.3"
38+
env: TEST=true ALLOW_FAILURE=true
39+
- node_js: "10.2"
40+
env: TEST=true ALLOW_FAILURE=true
41+
- node_js: "10.1"
42+
env: TEST=true ALLOW_FAILURE=true
3743
- node_js: "10.0"
3844
env: TEST=true ALLOW_FAILURE=true
3945
- node_js: "9.10"

0 commit comments

Comments
 (0)