File tree 2 files changed +18
-5
lines changed
2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ language: node_js
2
2
os :
3
3
- linux
4
4
node_js :
5
- - " 10.7"
5
+ - " 11.0"
6
+ - " 10.12"
6
7
- " 9.11"
7
- - " 8.11 "
8
+ - " 8.12 "
8
9
- " 7.10"
9
10
- " 6.14"
10
11
- " 5.12"
@@ -34,6 +35,16 @@ matrix:
34
35
include :
35
36
- node_js : " lts/*"
36
37
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
37
48
- node_js : " 10.6"
38
49
env : TEST=true ALLOW_FAILURE=true
39
50
- node_js : " 10.5"
@@ -70,6 +81,8 @@ matrix:
70
81
env : TEST=true ALLOW_FAILURE=true
71
82
- node_js : " 9.0"
72
83
env : TEST=true ALLOW_FAILURE=true
84
+ - node_js : " 8.11"
85
+ env : TEST=true ALLOW_FAILURE=true
73
86
- node_js : " 8.10"
74
87
env : TEST=true ALLOW_FAILURE=true
75
88
- node_js : " 8.9"
Original file line number Diff line number Diff line change 22
22
},
23
23
"devDependencies" : {
24
24
"@ljharb/eslint-config" : " ^13.0.0" ,
25
- "eslint" : " ^5.2 .0" ,
25
+ "eslint" : " ^5.7 .0" ,
26
26
"object-keys" : " ^1.0.12" ,
27
- "safe-publish-latest" : " ^1.1.1 " ,
27
+ "safe-publish-latest" : " ^1.1.2 " ,
28
28
"tap" : " 0.4.13" ,
29
29
"tape" : " ^4.9.1"
30
30
},
35
35
"url" : " http://substack.net"
36
36
},
37
37
"dependencies" : {
38
- "path-parse" : " ^1.0.5 "
38
+ "path-parse" : " ^1.0.6 "
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments