Skip to content

Commit

Permalink
BREAKING: Drop Node 6 & 8; test on new Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Dec 30, 2019
1 parent 7091819 commit 6b92df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ sudo: false
language: node_js
node_js:
- node
- 12
- 10
- 8
- 6
script:
- npm run ci
after_success:
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
environment:
matrix:
- nodejs_version: "12"
- nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"

version: "{build}"
build: off
Expand Down

0 comments on commit 6b92df3

Please sign in to comment.