Skip to content

Commit bf3a9cd

Browse files
committed
[Tests] up to node v12.2, v11.15
1 parent 4cf8928 commit bf3a9cd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: node_js
22
os:
33
- linux
44
node_js:
5-
- "12.0"
6-
- "11.14"
5+
- "12.2"
6+
- "11.15"
77
- "10.15"
88
- "9.11"
99
- "8.15"
@@ -38,6 +38,12 @@ matrix:
3838
env: PRETEST=true
3939
- node_js: "lts/*"
4040
env: POSTTEST=true
41+
- node_js: "12.1"
42+
env: TEST=true ALLOW_FAILURE=true
43+
- node_js: "12.0"
44+
env: TEST=true ALLOW_FAILURE=true
45+
- node_js: "11.14"
46+
env: TEST=true ALLOW_FAILURE=true
4147
- node_js: "11.13"
4248
env: TEST=true ALLOW_FAILURE=true
4349
- node_js: "11.12"

0 commit comments

Comments
 (0)