Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
meta: drop node@4, add node@9
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 2df7dbd commit 7b0191a
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
@@ -1,7 +1,6 @@
language: node_js
sudo: false
node_js:
- "9"
- "8"
- "7"
- "6"
- "4"
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
environment:
matrix:
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "7"
- nodejs_version: "6"
- nodejs_version: "4"

platform:
- x64
Expand Down

0 comments on commit 7b0191a

Please sign in to comment.