Skip to content

Commit 5e62096

Browse files
papandreouljharb
authored andcommitted
[New] Allow eslint ^5
1 parent 4121b59 commit 5e62096

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
global:
2020
- TEST=true
2121
matrix:
22+
- ESLINT=5
2223
- ESLINT=4
2324
- ESLINT=3
2425
after_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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
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"

0 commit comments

Comments
 (0)