Skip to content

Commit

Permalink
meta: drop support for node@4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node@4 is no longer supported
  • Loading branch information
zkat committed Apr 9, 2018
1 parent 4446327 commit 529f347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
sudo: false
node_js:
- "9"
- "8"
- "6"
- "4"
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
environment:
matrix:
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"

platform:
- x64
Expand All @@ -17,5 +17,5 @@ test_script:

matrix:
fast_finish: true

build: off

0 comments on commit 529f347

Please sign in to comment.