diff --git a/.travis.yml b/.travis.yml index a7d00fe10a..6496e12f5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ env: global: - TEST=true matrix: + - ESLINT=7.0.0-rc.0 - ESLINT=6 - ESLINT=5 - ESLINT=4 @@ -39,5 +40,11 @@ matrix: env: ESLINT=6 - node_js: '6' env: ESLINT=6 + - node_js: '4' + env: ESLINT=7.0.0-rc.0 + - node_js: '6' + env: ESLINT=7.0.0-rc.0 + - node_js: '8' + env: ESLINT=7.0.0-rc.0 allow_failures: - node_js: '11' diff --git a/package.json b/package.json index 77be18cf50..eb96b9fb18 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@typescript-eslint/parser": "^2.24.0", "babel-eslint": "^8.2.6", "coveralls": "^3.0.9", - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-rc.0", "eslint-config-airbnb-base": "^13.2.0", "eslint-plugin-eslint-plugin": "^2.2.1", "eslint-plugin-import": "^2.20.1", @@ -60,7 +60,7 @@ "typescript-eslint-parser": "^20.1.1" }, "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-rc.0" }, "engines": { "node": ">=4"