diff --git a/.travis.yml b/.travis.yml index 9c1f94c..1827694 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,9 @@ language: node_js notifications: email: false node_js: + - '14' - '12' - '10' - - '8' before_install: - nvm install-latest-npm before_script: @@ -18,6 +18,7 @@ after_success: - npm run travis-after-all env: matrix: + - ESLINT=7 - ESLINT=6 - ESLINT=5 AJV=6 - ESLINT=4 AJV=5 @@ -26,6 +27,14 @@ matrix: include: - node_js: "node" env: LINTONLY=true + - node_js: "8" + env: ESLINT=6 + - node_js: "8" + env: ESLINT=5 AJV=6 + - node_js: "8" + env: ESLINT=4 AJV=5 + - node_js: "8" + env: ESLINT=3 - node_js: "6" env: ESLINT=5 AJV=5 - node_js: "6" diff --git a/package.json b/package.json index d929fcd..cc3ce20 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "codecov": "^2.2.0", "commitizen": "^2.9.6", "cz-conventional-changelog": "^2.0.0", - "eslint": "^3.12.0 || ^4 || ^5 || ^6", + "eslint": "^3.12.0 || ^4 || ^5 || ^6 || ^7", "eslint-plugin-json": "^1.4.0", "ghooks": "^2.0.0", "mocha": "^3.0.1", @@ -61,7 +61,7 @@ "validate-commit-msg": "^2.12.2" }, "peerDependencies": { - "eslint": "^3.12.0 || ^4 || ^5 || ^6" + "eslint": "^3.12.0 || ^4 || ^5 || ^6 || ^7" }, "nyc": { "exclude": [