File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1919 global :
2020 - TEST=true
2121 matrix :
22+ - ESLINT=5
2223 - ESLINT=4
2324 - ESLINT=3
2425after_success :
@@ -28,8 +29,12 @@ matrix:
2829 include :
2930 - node_js : ' lts/*'
3031 env : PRETEST=true
32+ exclude :
33+ - node_js : ' 5'
34+ env : ESLINT=5
35+ - node_js : ' 4'
36+ env : ESLINT=5
3137 allow_failures :
3238 - node_js : ' 9'
3339 - node_js : ' 7'
3440 - node_js : ' 5'
35- - env : TEST=true ESLINT=next
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ matrix:
1919 - nodejs_version : " 9"
2020 - nodejs_version : " 7"
2121 - nodejs_version : " 5"
22+ - nodejs_version : " 4"
2223
2324platform :
2425 - x86
Original file line number Diff line number Diff line change 3232 "devDependencies" : {
3333 "babel-eslint" : " ^8.2.3" ,
3434 "coveralls" : " ^3.0.1" ,
35- "eslint" : " ^4.19.1 " ,
35+ "eslint" : " ^3.0.0 || ^4.0.0 || ^5.0.0 " ,
3636 "istanbul" : " ^0.4.5" ,
3737 "mocha" : " ^5.2.0"
3838 },
3939 "peerDependencies" : {
40- "eslint" : " ^3.0.0 || ^4.0.0"
40+ "eslint" : " ^3.0.0 || ^4.0.0 || ^5.0.0 "
4141 },
4242 "engines" : {
4343 "node" : " >=4"
You can’t perform that action at this time.
0 commit comments