From da883352e645d53f7a9a3ca7f2d20cfd52734d5a Mon Sep 17 00:00:00 2001 From: Steve Miller Date: Wed, 21 Feb 2018 00:00:42 +1100 Subject: [PATCH] Only support node versions 6, 8 and 9 --- .travis.yml | 4 ++-- appveyor.yml | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 80405ee..39e6323 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: node_js node_js: -- '4' -- '5' - '6' +- '8' +- '9' deploy: provider: npm email: steven.jmiller@gmail.com diff --git a/appveyor.yml b/appveyor.yml index 214bb8f..1bb6db2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,13 +3,15 @@ clone_depth: 10 # Test against this version of Node.js environment: matrix: - - nodejs_version: "4" - platform: x64 - - nodejs_version: "4" - platform: x86 - nodejs_version: "6" platform: x86 + - nodejs_version: "8" + platform: x86 + + - nodejs_version: "9" + platform: x86 + # Install scripts. (runs after repo cloning) install: