Skip to content

Commit

Permalink
Merge pull request #249 from IvanGoncharov/pr_branch
Browse files Browse the repository at this point in the history
Drop support of Node v6, v8, v9
  • Loading branch information
IvanGoncharov authored Jun 24, 2020
2 parents 1ffaeeb + 68abfed commit 368e045
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ language: node_js
# https://github.com/nodejs/LTS
node_js:
- '10'
- '9'
- '8'
- '6'
- '12'
- '14'

git:
depth: 5
Expand Down

0 comments on commit 368e045

Please sign in to comment.