From de25aa9ae616e509784250e1e391b068ff8fcfb6 Mon Sep 17 00:00:00 2001 From: Sebastian Werner Date: Wed, 25 Jul 2018 13:10:43 +0200 Subject: [PATCH] More tweaks to appveyor config --- appveyor.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7e2dc56..f19bdcd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,3 @@ -# http://www.appveyor.com/docs/appveyor-yml - clone_depth: 10 environment: @@ -8,6 +6,9 @@ environment: - nodejs_version: 8 - nodejs_version: 10 +matrix: + fast_finish: true + platform: - x64 @@ -16,7 +17,7 @@ build: off deploy: off install: - - ps: Install-Product node $env:nodejs_version $platform + - ps: Install-Product node $env:nodejs_version $env:platform - npm install test_script: