File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ language: node_js
22os :
33 - linux
44node_js :
5- - " 11.4 "
6- - " 10.14 "
5+ - " 11.6 "
6+ - " 10.15 "
77 - " 9.11"
8- - " 8.14 "
8+ - " 8.15 "
99 - " 7.10"
10- - " 6.15 "
10+ - " 6.16 "
1111 - " 5.12"
1212 - " 4.9"
1313 - " iojs-v3.3"
@@ -37,6 +37,10 @@ matrix:
3737 env : PRETEST=true
3838 - node_js : " lts/*"
3939 env : POSTTEST=true
40+ - node_js : " 11.5"
41+ env : TEST=true ALLOW_FAILURE=true
42+ - node_js : " 11.4"
43+ env : TEST=true ALLOW_FAILURE=true
4044 - node_js : " 11.3"
4145 env : TEST=true ALLOW_FAILURE=true
4246 - node_js : " 11.2"
@@ -45,6 +49,8 @@ matrix:
4549 env : TEST=true ALLOW_FAILURE=true
4650 - node_js : " 11.0"
4751 env : TEST=true ALLOW_FAILURE=true
52+ - node_js : " 10.14"
53+ env : TEST=true ALLOW_FAILURE=true
4854 - node_js : " 10.13"
4955 env : TEST=true ALLOW_FAILURE=true
5056 - node_js : " 10.12"
@@ -95,6 +101,8 @@ matrix:
95101 env : TEST=true ALLOW_FAILURE=true
96102 - node_js : " 9.0"
97103 env : TEST=true ALLOW_FAILURE=true
104+ - node_js : " 8.14"
105+ env : TEST=true ALLOW_FAILURE=true
98106 - node_js : " 8.13"
99107 env : TEST=true ALLOW_FAILURE=true
100108 - node_js : " 8.12"
@@ -143,6 +151,8 @@ matrix:
143151 env : TEST=true ALLOW_FAILURE=true
144152 - node_js : " 7.0"
145153 env : TEST=true ALLOW_FAILURE=true
154+ - node_js : " 6.15"
155+ env : TEST=true ALLOW_FAILURE=true
146156 - node_js : " 6.14"
147157 env : TEST=true ALLOW_FAILURE=true
148158 - node_js : " 6.13"
You can’t perform that action at this time.
0 commit comments