From 2f690b4388552f36b07541c99cb82cab631f62cc Mon Sep 17 00:00:00 2001 From: Ben Mosher Date: Thu, 25 May 2017 14:42:18 -0400 Subject: [PATCH] update CI to build on Node 6+7 (#846) * update Travis to build on Node 6+7 * build against node 6+7 on windows --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 504c00e82..22918d364 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - 4 - 6 + - 7 os: - linux diff --git a/appveyor.yml b/appveyor.yml index 288932b48..57adb8874 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ # Test against this version of Node.js environment: matrix: - - nodejs_version: "4" + - nodejs_version: "7" - nodejs_version: "6" # platform: