Skip to content

Commit

Permalink
Merge pull request #32 from Turbo87/eslint-versions
Browse files Browse the repository at this point in the history
CI: Add ESLint 5 to the test matrix
  • Loading branch information
Turbo87 committed Oct 13, 2018
2 parents 1452e75 + 611622a commit 35befd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,22 @@ env:
- ESLINT_VERSION=2
- ESLINT_VERSION=3
- ESLINT_VERSION=4
- ESLINT_VERSION=5

matrix:
exclude:
- node_js: "6"
env: ESLINT_VERSION=3
- node_js: "6"
env: ESLINT_VERSION=4
- node_js: "6"
env: ESLINT_VERSION=5
- node_js: "8"
env: ESLINT_VERSION=3
- node_js: "8"
env: ESLINT_VERSION=4
- node_js: "8"
env: ESLINT_VERSION=5

cache:
yarn: true
Expand Down

0 comments on commit 35befd5

Please sign in to comment.