Skip to content

Commit

Permalink
ci: Stop running tests for node 6 and node 8.
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Officially drop support for node 6 and node 8 (although they will probably still
work).
  • Loading branch information
Jason Walton committed Jul 4, 2019
1 parent 00fa3d6 commit 164b882
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ language: node_js

node_js:
- 'node'
- '12'
- '10'
- '8'
- '6'

before_install:
- npm install -g npm
Expand Down

0 comments on commit 164b882

Please sign in to comment.