Skip to content

Commit d73885c

Browse files
committedJul 7, 2018
[major] Drop support for Node.js 4
1 parent 5d90141 commit d73885c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
 

‎.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ language: node_js
22
sudo: false
33
node_js:
44
- "10"
5-
- "9"
65
- "8"
76
- "6"
8-
- "4"
97
after_success:
108
- "npm install coveralls@3 && nyc report --reporter=text-lcov | coveralls"

‎appveyor.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
environment:
22
matrix:
33
- nodejs_version: "10"
4-
- nodejs_version: "9"
54
- nodejs_version: "8"
65
- nodejs_version: "6"
7-
- nodejs_version: "4"
86
platform:
97
- x86
108
- x64

0 commit comments

Comments
 (0)
Please sign in to comment.