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.2 "
6- - " 10.13 "
5+ - " 11.3 "
6+ - " 10.14 "
77 - " 9.11"
8- - " 8.12 "
8+ - " 8.14 "
99 - " 7.10"
10- - " 6.14 "
10+ - " 6.15 "
1111 - " 5.12"
1212 - " 4.9"
1313 - " iojs-v3.3"
@@ -35,10 +35,14 @@ matrix:
3535 include :
3636 - node_js : " lts/*"
3737 env : PRETEST=true
38+ - node_js : " 11.2"
39+ env : TEST=true ALLOW_FAILURE=true
3840 - node_js : " 11.1"
3941 env : TEST=true ALLOW_FAILURE=true
4042 - node_js : " 11.0"
4143 env : TEST=true ALLOW_FAILURE=true
44+ - node_js : " 10.13"
45+ env : TEST=true ALLOW_FAILURE=true
4246 - node_js : " 10.12"
4347 env : TEST=true ALLOW_FAILURE=true
4448 - node_js : " 10.11"
@@ -87,6 +91,10 @@ matrix:
8791 env : TEST=true ALLOW_FAILURE=true
8892 - node_js : " 9.0"
8993 env : TEST=true ALLOW_FAILURE=true
94+ - node_js : " 8.13"
95+ env : TEST=true ALLOW_FAILURE=true
96+ - node_js : " 8.12"
97+ env : TEST=true ALLOW_FAILURE=true
9098 - node_js : " 8.11"
9199 env : TEST=true ALLOW_FAILURE=true
92100 - node_js : " 8.10"
@@ -131,6 +139,8 @@ matrix:
131139 env : TEST=true ALLOW_FAILURE=true
132140 - node_js : " 7.0"
133141 env : TEST=true ALLOW_FAILURE=true
142+ - node_js : " 6.14"
143+ env : TEST=true ALLOW_FAILURE=true
134144 - node_js : " 6.13"
135145 env : TEST=true ALLOW_FAILURE=true
136146 - node_js : " 6.12"
You can’t perform that action at this time.
0 commit comments