From 8fd3520257ae00bd1a6347e258519be1d5f7c960 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 5 May 2015 11:15:32 +0100 Subject: [PATCH] Correct use of Windows CI env variable --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9fb56977..18ade0c8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,4 +22,4 @@ install: - ps: Install-Product node $env:nodejs_version x86 - npm install --arch=ia32 --msvs_version=2013 test_script: - - npm run-script "test-win32-$env:nodejs_exec" + - npm run-script test-win32-%nodejs_exec%