Skip to content

Commit

Permalink
Test plugin under both eslint 5 and eslint 6 (again)
Browse files Browse the repository at this point in the history
Redoing this. We should switch this to manually test eslint 5 so that we can allow Dependabot to keep us on the latest v6 eslint.
  • Loading branch information
bmish committed Sep 16, 2019
1 parent d8f4cf1 commit 6739da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cache: yarn
script:
- yarn lint
- yarn test:coverage --runInBand
- yarn add --dev eslint@6 && yarn test --runInBand
- yarn add --dev eslint@5 && yarn test --runInBand

before_deploy:
- yarn global add auto-dist-tag
Expand Down

0 comments on commit 6739da7

Please sign in to comment.