File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ language: node_js
22os :
33 - linux
44node_js :
5- - " 8.8"
5+ - " 9.3"
6+ - " 8.9"
67 - " 7.10"
7- - " 6.11 "
8+ - " 6.12 "
89 - " 5.12"
910 - " 4.8"
1011 - " iojs-v3.3"
2930matrix :
3031 fast_finish : true
3132 include :
32- - node_js : " node "
33+ - node_js : " lts/* "
3334 env : PRETEST=true
35+ - node_js : " 9.2"
36+ env : TEST=true ALLOW_FAILURE=true
37+ - node_js : " 9.1"
38+ env : TEST=true ALLOW_FAILURE=true
39+ - node_js : " 9.0"
40+ env : TEST=true ALLOW_FAILURE=true
41+ - node_js : " 8.8"
42+ env : TEST=true ALLOW_FAILURE=true
3443 - node_js : " 8.7"
3544 env : TEST=true ALLOW_FAILURE=true
3645 - node_js : " 8.6"
@@ -67,6 +76,8 @@ matrix:
6776 env : TEST=true ALLOW_FAILURE=true
6877 - node_js : " 7.0"
6978 env : TEST=true ALLOW_FAILURE=true
79+ - node_js : " 6.11"
80+ env : TEST=true ALLOW_FAILURE=true
7081 - node_js : " 6.10"
7182 env : TEST=true ALLOW_FAILURE=true
7283 - node_js : " 6.9"
You can’t perform that action at this time.
0 commit comments