From e797a34c1da5128b53bf9715b6e7b803d0df177a Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 22 Feb 2018 03:04:23 -0500 Subject: [PATCH] build: Add back Appveyor 0.12-3 (#2255) We still want these till we officially drop the EOL Node versions --- appveyor.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index cad233dc6..bcf5b4d47 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,6 +34,21 @@ environment: SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true matrix: + - nodejs_version: 0.10 + GYP_MSVS_VERSION: 2013 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013 + - nodejs_version: 0.12 + GYP_MSVS_VERSION: 2013 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013 + - nodejs_version: 1 + GYP_MSVS_VERSION: 2013 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013 + - nodejs_version: 2 + GYP_MSVS_VERSION: 2013 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013 + - nodejs_version: 3 + GYP_MSVS_VERSION: 2013 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013 - nodejs_version: 4 GYP_MSVS_VERSION: 2013 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013