File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ language: node_js
22os :
33 - linux
44node_js :
5- - " 11.7"
5+ - " 12.0"
6+ - " 11.14"
67 - " 10.15"
78 - " 9.11"
89 - " 8.15"
910 - " 7.10"
10- - " 6.16 "
11+ - " 6.17 "
1112 - " 5.12"
1213 - " 4.9"
1314 - " iojs-v3.3"
@@ -37,6 +38,20 @@ matrix:
3738 env : PRETEST=true
3839 - node_js : " lts/*"
3940 env : POSTTEST=true
41+ - node_js : " 11.13"
42+ env : TEST=true ALLOW_FAILURE=true
43+ - node_js : " 11.12"
44+ env : TEST=true ALLOW_FAILURE=true
45+ - node_js : " 11.11"
46+ env : TEST=true ALLOW_FAILURE=true
47+ - node_js : " 11.10"
48+ env : TEST=true ALLOW_FAILURE=true
49+ - node_js : " 11.9"
50+ env : TEST=true ALLOW_FAILURE=true
51+ - node_js : " 11.8"
52+ env : TEST=true ALLOW_FAILURE=true
53+ - node_js : " 11.7"
54+ env : TEST=true ALLOW_FAILURE=true
4055 - node_js : " 11.6"
4156 env : TEST=true ALLOW_FAILURE=true
4257 - node_js : " 11.5"
@@ -153,6 +168,8 @@ matrix:
153168 env : TEST=true ALLOW_FAILURE=true
154169 - node_js : " 7.0"
155170 env : TEST=true ALLOW_FAILURE=true
171+ - node_js : " 6.16"
172+ env : TEST=true ALLOW_FAILURE=true
156173 - node_js : " 6.15"
157174 env : TEST=true ALLOW_FAILURE=true
158175 - node_js : " 6.14"
You can’t perform that action at this time.
0 commit comments