File tree 1 file changed +6
-21
lines changed 1 file changed +6
-21
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : node_js
3
3
node_js :
4
+ - ' 10'
4
5
- ' 9'
5
6
- ' 8'
6
7
- ' 7'
@@ -15,34 +16,18 @@ script:
15
16
- ' if [ -n "${PRETEST-}" ]; then npm run pretest ; fi'
16
17
- ' if [ -n "${TEST-}" ]; then npm run unit-test ; fi'
17
18
env :
18
- - TEST=true
19
+ global :
20
+ - TEST=true
21
+ matrix :
22
+ - ESLINT=4
23
+ - ESLINT=3
19
24
after_success :
20
25
- ' if [ -n "${TEST-}" ]; then npm run coveralls ; fi'
21
26
matrix :
22
27
fast_finish : true
23
28
include :
24
29
- node_js : ' lts/*'
25
30
env : PRETEST=true
26
- - node_js : ' 9'
27
- env : TEST=true ESLINT=next
28
- - node_js : ' 8'
29
- env : TEST=true ESLINT=next
30
- - node_js : ' 7'
31
- env : TEST=true ESLINT=next
32
- - node_js : ' 6'
33
- env : TEST=true ESLINT=next
34
- - node_js : ' 9'
35
- env : TEST=true ESLINT=3
36
- - node_js : ' 8'
37
- env : TEST=true ESLINT=3
38
- - node_js : ' 7'
39
- env : TEST=true ESLINT=3
40
- - node_js : ' 6'
41
- env : TEST=true ESLINT=3
42
- - node_js : ' 5'
43
- env : TEST=true ESLINT=3
44
- - node_js : ' 4'
45
- env : TEST=true ESLINT=3
46
31
allow_failures :
47
32
- node_js : ' 9'
48
33
- node_js : ' 7'
You can’t perform that action at this time.
0 commit comments