Skip to content

Commit 9cec705

Browse files
committed
Add next ESLint version to Travis
1 parent 0d4725e commit 9cec705

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ env:
1616
global:
1717
- TEST=true
1818
matrix:
19+
- ESLINT=next
1920
- ESLINT=5
2021
- ESLINT=4
21-
- ESLINT=3
2222
after_success:
2323
- 'if [ -n "${TEST-}" ]; then npm run coveralls ; fi'
2424
matrix:
@@ -28,3 +28,4 @@ matrix:
2828
env: PRETEST=true
2929
allow_failures:
3030
- node_js: '11'
31+
- env: ESLINT=next

0 commit comments

Comments
 (0)