Skip to content

Commit

Permalink
chore: drop support for node versions <8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: no longer support node versions before 8 LTS
  • Loading branch information
patrickhulce committed Apr 23, 2020
1 parent 1731741 commit 21ef116
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.12"
- "4"
- "6"
- '8'
- '10'
- '12'
- '14'

0 comments on commit 21ef116

Please sign in to comment.