Skip to content

Commit

Permalink
[New] Allow eslint ^5
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou authored and ljharb committed Jun 23, 2018
1 parent 4121b59 commit 5e62096
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -19,6 +19,7 @@ env:
global:
- TEST=true
matrix:
- ESLINT=5
- ESLINT=4
- ESLINT=3
after_success:
Expand All @@ -28,8 +29,12 @@ matrix:
include:
- node_js: 'lts/*'
env: PRETEST=true
exclude:
- node_js: '5'
env: ESLINT=5
- node_js: '4'
env: ESLINT=5
allow_failures:
- node_js: '9'
- node_js: '7'
- node_js: '5'
- env: TEST=true ESLINT=next
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -32,12 +32,12 @@
"devDependencies": {
"babel-eslint": "^8.2.3",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
},
"peerDependencies": {
"eslint": "^3.0.0 || ^4.0.0"
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 5e62096

Please sign in to comment.