Skip to content

Commit d717068

Browse files
committed
Travis: Test eslint 5 with node 6--9
#1843 (review)
1 parent 3cf7fec commit d717068

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ matrix:
2323
include:
2424
- node_js: 'lts/*'
2525
env: PRETEST=true
26+
- node_js: '9'
27+
env: TEST=true ESLINT=5
28+
- node_js: '8'
29+
env: TEST=true ESLINT=5
30+
- node_js: '7'
31+
env: TEST=true ESLINT=5
32+
- node_js: '6'
33+
env: TEST=true ESLINT=5
2634
- node_js: '9'
2735
env: TEST=true ESLINT=next
2836
- node_js: '8'

0 commit comments

Comments
 (0)