Skip to content

Commit

Permalink
Revert "[Tests] temporarily pin eslint 6 tests to v6.6"
Browse files Browse the repository at this point in the history
This reverts commit 71c7d01.

Thanks to v6.7.2 / eslint/eslint#12616 / eslint/eslint#12614
  • Loading branch information
ljharb committed Nov 30, 2019
1 parent 2ecdf36 commit 1918430
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -18,7 +18,7 @@ env:
global:
- TEST=true
matrix:
- ESLINT=6.6
- ESLINT=6
- ESLINT=5
- ESLINT=4
after_success:
Expand All @@ -27,13 +27,13 @@ matrix:
fast_finish: true
include:
- node_js: 'lts/*'
env: PRETEST=true ESLINT=6.6
env: PRETEST=true
exclude:
- node_js: '4'
env: ESLINT=5
- node_js: '4'
env: ESLINT=6.6
env: ESLINT=6
- node_js: '6'
env: ESLINT=6.6
env: ESLINT=6
allow_failures:
- node_js: '11'

0 comments on commit 1918430

Please sign in to comment.