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

Commit

Permalink
chore: drop support for node 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for node 8
  • Loading branch information
KnisterPeter committed Jul 22, 2019
1 parent 9fbab9a commit ca0a130
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 ca0a130

Please sign in to comment.