Skip to content

Commit

Permalink
[Tests] temporarily pin eslint 6 tests to v6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 28, 2019
1 parent 8093565 commit 66aff76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -18,7 +18,7 @@ env:
global:
- TEST=true
matrix:
- ESLINT=6
- ESLINT=6.6
- ESLINT=5
- ESLINT=4
after_success:
Expand All @@ -32,8 +32,8 @@ matrix:
- node_js: '4'
env: ESLINT=5
- node_js: '4'
env: ESLINT=6
env: ESLINT=6.6
- node_js: '6'
env: ESLINT=6
env: ESLINT=6.6
allow_failures:
- node_js: '11'

0 comments on commit 66aff76

Please sign in to comment.