Skip to content

Commit

Permalink
Merge pull request #128 from Turbo87/ci
Browse files Browse the repository at this point in the history
CI: Check Node 12 and 14 and ESLint 6 and 7
  • Loading branch information
Turbo87 committed Aug 22, 2020
2 parents 459dab8 + 2261ef2 commit cbb2cbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
- <<: *test
env: ESLINT_VERSION=5

- <<: *test
node_js: 12
env: ESLINT_VERSION=6

- <<: *test
node_js: 14
env: ESLINT_VERSION=7

deploy:
provider: npm
email: tobias.bieniek@gmx.de
Expand Down

0 comments on commit cbb2cbd

Please sign in to comment.