Skip to content

Commit e135ae3

Browse files
committed
[Tests] up to node v11.2, v10.13
1 parent 02b16d6 commit e135ae3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: node_js
22
os:
33
- linux
44
node_js:
5-
- "11.0"
6-
- "10.12"
5+
- "11.2"
6+
- "10.13"
77
- "9.11"
88
- "8.12"
99
- "7.10"
@@ -35,6 +35,12 @@ matrix:
3535
include:
3636
- node_js: "lts/*"
3737
env: PRETEST=true
38+
- node_js: "11.1"
39+
env: TEST=true ALLOW_FAILURE=true
40+
- node_js: "11.0"
41+
env: TEST=true ALLOW_FAILURE=true
42+
- node_js: "10.12"
43+
env: TEST=true ALLOW_FAILURE=true
3844
- node_js: "10.11"
3945
env: TEST=true ALLOW_FAILURE=true
4046
- node_js: "10.10"

0 commit comments

Comments
 (0)