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.2 "
6
- - " 10.13 "
5
+ - " 11.3 "
6
+ - " 10.14 "
7
7
- " 9.11"
8
- - " 8.12 "
8
+ - " 8.14 "
9
9
- " 7.10"
10
- - " 6.14 "
10
+ - " 6.15 "
11
11
- " 5.12"
12
12
- " 4.9"
13
13
- " iojs-v3.3"
@@ -35,10 +35,14 @@ matrix:
35
35
include :
36
36
- node_js : " lts/*"
37
37
env : PRETEST=true
38
+ - node_js : " 11.2"
39
+ env : TEST=true ALLOW_FAILURE=true
38
40
- node_js : " 11.1"
39
41
env : TEST=true ALLOW_FAILURE=true
40
42
- node_js : " 11.0"
41
43
env : TEST=true ALLOW_FAILURE=true
44
+ - node_js : " 10.13"
45
+ env : TEST=true ALLOW_FAILURE=true
42
46
- node_js : " 10.12"
43
47
env : TEST=true ALLOW_FAILURE=true
44
48
- node_js : " 10.11"
@@ -87,6 +91,10 @@ matrix:
87
91
env : TEST=true ALLOW_FAILURE=true
88
92
- node_js : " 9.0"
89
93
env : TEST=true ALLOW_FAILURE=true
94
+ - node_js : " 8.13"
95
+ env : TEST=true ALLOW_FAILURE=true
96
+ - node_js : " 8.12"
97
+ env : TEST=true ALLOW_FAILURE=true
90
98
- node_js : " 8.11"
91
99
env : TEST=true ALLOW_FAILURE=true
92
100
- node_js : " 8.10"
@@ -131,6 +139,8 @@ matrix:
131
139
env : TEST=true ALLOW_FAILURE=true
132
140
- node_js : " 7.0"
133
141
env : TEST=true ALLOW_FAILURE=true
142
+ - node_js : " 6.14"
143
+ env : TEST=true ALLOW_FAILURE=true
134
144
- node_js : " 6.13"
135
145
env : TEST=true ALLOW_FAILURE=true
136
146
- node_js : " 6.12"
You can’t perform that action at this time.
0 commit comments