From 8074d123edc29ca3290681cfc11a58991e240bf4 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Fri, 6 Jul 2018 11:52:41 -0400 Subject: [PATCH] appveyor.yml updates (4.5.x) - add Node.js versions 8 & 10 - do normal npm install (workaround for uncrustify no longer needed) --- appveyor.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c1b59528b..b714cc3ff 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,14 +2,12 @@ environment: matrix: - nodejs_version: "4" - nodejs_version: "6" + - nodejs_version: "8" + - nodejs_version: "10" install: - ps: Install-Product node $env:nodejs_version - # Lines below required due to uncrustify installation failure on Windows - - npm install --prod - - npm install eslint eslint-config-semistandard jasmine rewire - - npm install eslint-config-standard eslint-plugin-import eslint-plugin-node - - npm install eslint-plugin-promise eslint-plugin-standard + - npm install build: off