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 6
Browse files Browse the repository at this point in the history
Since standard-version drops support for node 6 we need to do so as
well.

BREAKING CHANGE: drop support for node 6
  • Loading branch information
KnisterPeter committed May 6, 2019
1 parent f309c9b commit be2b926
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'
- '10'
- '8'
- '6'
matrix:
fast_finish: true
branches:
Expand Down

0 comments on commit be2b926

Please sign in to comment.