Skip to content

Commit

Permalink
[major] Drop support for Node.js 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Jul 7, 2018
1 parent 5d90141 commit d73885c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ language: node_js
sudo: false
node_js:
- "10"
- "9"
- "8"
- "6"
- "4"
after_success:
- "npm install coveralls@3 && nyc report --reporter=text-lcov | coveralls"
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"
platform:
- x86
- x64
Expand Down

0 comments on commit d73885c

Please sign in to comment.