File tree 2 files changed +8
-3
lines changed 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 19
19
global :
20
20
- TEST=true
21
21
matrix :
22
+ - ESLINT=5
22
23
- ESLINT=4
23
24
- ESLINT=3
24
25
after_success :
@@ -28,8 +29,12 @@ matrix:
28
29
include :
29
30
- node_js : ' lts/*'
30
31
env : PRETEST=true
32
+ exclude :
33
+ - node_js : ' 5'
34
+ env : ESLINT=5
35
+ - node_js : ' 4'
36
+ env : ESLINT=5
31
37
allow_failures :
32
38
- node_js : ' 9'
33
39
- node_js : ' 7'
34
40
- node_js : ' 5'
35
- - env : TEST=true ESLINT=next
Original file line number Diff line number Diff line change 32
32
"devDependencies" : {
33
33
"babel-eslint" : " ^8.2.3" ,
34
34
"coveralls" : " ^3.0.1" ,
35
- "eslint" : " ^4.19.1 " ,
35
+ "eslint" : " ^3.0.0 || ^4.0.0 || ^5.0.0 " ,
36
36
"istanbul" : " ^0.4.5" ,
37
37
"mocha" : " ^5.2.0"
38
38
},
39
39
"peerDependencies" : {
40
- "eslint" : " ^3.0.0 || ^4.0.0"
40
+ "eslint" : " ^3.0.0 || ^4.0.0 || ^5.0.0 "
41
41
},
42
42
"engines" : {
43
43
"node" : " >=4"
You can’t perform that action at this time.
0 commit comments