File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-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.7 "
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,12 @@ matrix:
37
37
env : PRETEST=true
38
38
- node_js : " lts/*"
39
39
env : POSTTEST=true
40
+ - node_js : " 11.6"
41
+ env : TEST=true ALLOW_FAILURE=true
42
+ - node_js : " 11.5"
43
+ env : TEST=true ALLOW_FAILURE=true
44
+ - node_js : " 11.4"
45
+ env : TEST=true ALLOW_FAILURE=true
40
46
- node_js : " 11.3"
41
47
env : TEST=true ALLOW_FAILURE=true
42
48
- node_js : " 11.2"
@@ -45,6 +51,8 @@ matrix:
45
51
env : TEST=true ALLOW_FAILURE=true
46
52
- node_js : " 11.0"
47
53
env : TEST=true ALLOW_FAILURE=true
54
+ - node_js : " 10.14"
55
+ env : TEST=true ALLOW_FAILURE=true
48
56
- node_js : " 10.13"
49
57
env : TEST=true ALLOW_FAILURE=true
50
58
- node_js : " 10.12"
@@ -95,6 +103,8 @@ matrix:
95
103
env : TEST=true ALLOW_FAILURE=true
96
104
- node_js : " 9.0"
97
105
env : TEST=true ALLOW_FAILURE=true
106
+ - node_js : " 8.14"
107
+ env : TEST=true ALLOW_FAILURE=true
98
108
- node_js : " 8.13"
99
109
env : TEST=true ALLOW_FAILURE=true
100
110
- node_js : " 8.12"
@@ -143,6 +153,8 @@ matrix:
143
153
env : TEST=true ALLOW_FAILURE=true
144
154
- node_js : " 7.0"
145
155
env : TEST=true ALLOW_FAILURE=true
156
+ - node_js : " 6.15"
157
+ env : TEST=true ALLOW_FAILURE=true
146
158
- node_js : " 6.14"
147
159
env : TEST=true ALLOW_FAILURE=true
148
160
- node_js : " 6.13"
You can’t perform that action at this time.
0 commit comments