Skip to content

Commit 529f347

Browse files
committedApr 9, 2018
meta: drop support for node@4
BREAKING CHANGE: node@4 is no longer supported
1 parent 4446327 commit 529f347

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
sudo: false
33
node_js:
4+
- "9"
45
- "8"
56
- "6"
6-
- "4"

‎appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
environment:
22
matrix:
3+
- nodejs_version: "9"
34
- nodejs_version: "8"
45
- nodejs_version: "6"
5-
- nodejs_version: "4"
66

77
platform:
88
- x64
@@ -17,5 +17,5 @@ test_script:
1717

1818
matrix:
1919
fast_finish: true
20-
20+
2121
build: off

0 commit comments

Comments
 (0)
Please sign in to comment.