Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
fix(platform): drop node 4 and 7, add 9 and 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node@4 and node@7 are no longer supported.
  • Loading branch information
zkat committed May 3, 2018
1 parent cf6437c commit b7c8b9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,10 +1,10 @@
language: node_js
sudo: false
node_js:
- "10"
- "9"
- "8"
- "7"
- "6"
- "4"
cache:
directories:
- $HOME/.npm
4 changes: 2 additions & 2 deletions appveyor.yml
@@ -1,9 +1,9 @@
environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "7"
- nodejs_version: "6"
- nodejs_version: "4"

platform:
- x64
Expand Down

0 comments on commit b7c8b9f

Please sign in to comment.