Skip to content

Commit

Permalink
Travis: Test eslint 5 with node 6--9
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jun 23, 2018
1 parent 3cf7fec commit d717068
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -23,6 +23,14 @@ matrix:
include:
- node_js: 'lts/*'
env: PRETEST=true
- node_js: '9'
env: TEST=true ESLINT=5
- node_js: '8'
env: TEST=true ESLINT=5
- node_js: '7'
env: TEST=true ESLINT=5
- node_js: '6'
env: TEST=true ESLINT=5
- node_js: '9'
env: TEST=true ESLINT=next
- node_js: '8'
Expand Down

0 comments on commit d717068

Please sign in to comment.