Skip to content

Commit 825c17a

Browse files
committed
[Tests] require eslint@^6.0.0-0 to pass CI
1 parent 2c6940c commit 825c17a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
global:
1919
- TEST=true
2020
matrix:
21-
- ESLINT=next
21+
- ESLINT=^6.0.0-0
2222
- ESLINT=5
2323
- ESLINT=4
2424
after_success:
@@ -32,9 +32,8 @@ matrix:
3232
- node_js: '4'
3333
env: ESLINT=5
3434
- node_js: '4'
35-
env: ESLINT=next
35+
env: ESLINT=^6.0.0-0
3636
- node_js: '6'
37-
env: ESLINT=next
37+
env: ESLINT=^6.0.0-0
3838
allow_failures:
3939
- node_js: '11'
40-
- env: ESLINT=next

0 commit comments

Comments
 (0)