Skip to content

Commit

Permalink
tests: drop support for Node 6
Browse files Browse the repository at this point in the history
ESLint 6 droped the support for Node 6, so tests won't run on it
anymore.
  • Loading branch information
BenoitZugmeyer committed Jun 26, 2019
1 parent 179fc8e commit 290bb1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: node_js

matrix:
include:
- node_js: 6
env: ESLINT_VERSION=latest
- node_js: 8
env: ESLINT_VERSION=latest
- node_js: 10
Expand Down

0 comments on commit 290bb1d

Please sign in to comment.