Skip to content

Commit d0bebd7

Browse files
committed
.travis.yml: s/next/4/
jsx-eslint#1843 (comment)
1 parent d717068 commit d0bebd7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ matrix:
3232
- node_js: '6'
3333
env: TEST=true ESLINT=5
3434
- node_js: '9'
35-
env: TEST=true ESLINT=next
35+
env: TEST=true ESLINT=4
3636
- node_js: '8'
37-
env: TEST=true ESLINT=next
37+
env: TEST=true ESLINT=4
3838
- node_js: '7'
39-
env: TEST=true ESLINT=next
39+
env: TEST=true ESLINT=4
4040
- node_js: '6'
41-
env: TEST=true ESLINT=next
41+
env: TEST=true ESLINT=4
4242
- node_js: '9'
4343
env: TEST=true ESLINT=3
4444
- node_js: '8'
@@ -55,4 +55,4 @@ matrix:
5555
- node_js: '9'
5656
- node_js: '7'
5757
- node_js: '5'
58-
- env: TEST=true ESLINT=next
58+
- env: TEST=true ESLINT=4

0 commit comments

Comments
 (0)