Skip to content

Commit 71c7d01

Browse files
committed
[Tests] temporarily pin eslint 6 tests to v6.6
Pending eslint/eslint#12614
1 parent 8093565 commit 71c7d01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
global:
1919
- TEST=true
2020
matrix:
21-
- ESLINT=6
21+
- ESLINT=6.6
2222
- ESLINT=5
2323
- ESLINT=4
2424
after_success:
@@ -27,13 +27,13 @@ matrix:
2727
fast_finish: true
2828
include:
2929
- node_js: 'lts/*'
30-
env: PRETEST=true
30+
env: PRETEST=true ESLINT=6.6
3131
exclude:
3232
- node_js: '4'
3333
env: ESLINT=5
3434
- node_js: '4'
35-
env: ESLINT=6
35+
env: ESLINT=6.6
3636
- node_js: '6'
37-
env: ESLINT=6
37+
env: ESLINT=6.6
3838
allow_failures:
3939
- node_js: '11'

0 commit comments

Comments
 (0)