File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
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- - " 10.7"
5+ - " 11.0"
6+ - " 10.12"
67 - " 9.11"
7- - " 8.11 "
8+ - " 8.12 "
89 - " 7.10"
910 - " 6.14"
1011 - " 5.12"
@@ -34,6 +35,16 @@ matrix:
3435 include :
3536 - node_js : " lts/*"
3637 env : PRETEST=true
38+ - node_js : " 10.11"
39+ env : TEST=true ALLOW_FAILURE=true
40+ - node_js : " 10.10"
41+ env : TEST=true ALLOW_FAILURE=true
42+ - node_js : " 10.9"
43+ env : TEST=true ALLOW_FAILURE=true
44+ - node_js : " 10.8"
45+ env : TEST=true ALLOW_FAILURE=true
46+ - node_js : " 10.7"
47+ env : TEST=true ALLOW_FAILURE=true
3748 - node_js : " 10.6"
3849 env : TEST=true ALLOW_FAILURE=true
3950 - node_js : " 10.5"
@@ -70,6 +81,8 @@ matrix:
7081 env : TEST=true ALLOW_FAILURE=true
7182 - node_js : " 9.0"
7283 env : TEST=true ALLOW_FAILURE=true
84+ - node_js : " 8.11"
85+ env : TEST=true ALLOW_FAILURE=true
7386 - node_js : " 8.10"
7487 env : TEST=true ALLOW_FAILURE=true
7588 - node_js : " 8.9"
Original file line number Diff line number Diff line change 2222 },
2323 "devDependencies" : {
2424 "@ljharb/eslint-config" : " ^13.0.0" ,
25- "eslint" : " ^5.2 .0" ,
25+ "eslint" : " ^5.7 .0" ,
2626 "object-keys" : " ^1.0.12" ,
27- "safe-publish-latest" : " ^1.1.1 " ,
27+ "safe-publish-latest" : " ^1.1.2 " ,
2828 "tap" : " 0.4.13" ,
2929 "tape" : " ^4.9.1"
3030 },
3535 "url" : " http://substack.net"
3636 },
3737 "dependencies" : {
38- "path-parse" : " ^1.0.5 "
38+ "path-parse" : " ^1.0.6 "
3939 }
4040}
You can’t perform that action at this time.
0 commit comments