Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
chore: drop node 8 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop node 8 support
  • Loading branch information
KnisterPeter committed Jul 29, 2019
1 parent e432012 commit 7c6e47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ sudo: false
language: node_js
node_js:
- 'stable'
- '12'
- '10'
- '8'
matrix:
fast_finish: true
branches:
Expand Down

0 comments on commit 7c6e47f

Please sign in to comment.