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
2
2
os :
3
3
- linux
4
4
node_js :
5
- - " 11.4 "
6
- - " 10.14 "
5
+ - " 11.6 "
6
+ - " 10.15 "
7
7
- " 9.11"
8
- - " 8.14 "
8
+ - " 8.15 "
9
9
- " 7.10"
10
- - " 6.15 "
10
+ - " 6.16 "
11
11
- " 5.12"
12
12
- " 4.9"
13
13
- " iojs-v3.3"
@@ -37,6 +37,10 @@ matrix:
37
37
env : PRETEST=true
38
38
- node_js : " lts/*"
39
39
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
40
44
- node_js : " 11.3"
41
45
env : TEST=true ALLOW_FAILURE=true
42
46
- node_js : " 11.2"
@@ -45,6 +49,8 @@ matrix:
45
49
env : TEST=true ALLOW_FAILURE=true
46
50
- node_js : " 11.0"
47
51
env : TEST=true ALLOW_FAILURE=true
52
+ - node_js : " 10.14"
53
+ env : TEST=true ALLOW_FAILURE=true
48
54
- node_js : " 10.13"
49
55
env : TEST=true ALLOW_FAILURE=true
50
56
- node_js : " 10.12"
@@ -95,6 +101,8 @@ matrix:
95
101
env : TEST=true ALLOW_FAILURE=true
96
102
- node_js : " 9.0"
97
103
env : TEST=true ALLOW_FAILURE=true
104
+ - node_js : " 8.14"
105
+ env : TEST=true ALLOW_FAILURE=true
98
106
- node_js : " 8.13"
99
107
env : TEST=true ALLOW_FAILURE=true
100
108
- node_js : " 8.12"
@@ -143,6 +151,8 @@ matrix:
143
151
env : TEST=true ALLOW_FAILURE=true
144
152
- node_js : " 7.0"
145
153
env : TEST=true ALLOW_FAILURE=true
154
+ - node_js : " 6.15"
155
+ env : TEST=true ALLOW_FAILURE=true
146
156
- node_js : " 6.14"
147
157
env : TEST=true ALLOW_FAILURE=true
148
158
- node_js : " 6.13"
You can’t perform that action at this time.
0 commit comments