From 75efc2d68ef71e2fa586e56d6f284b6781717056 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Mon, 16 Feb 2015 19:44:04 -0500 Subject: [PATCH] build: use faster AppVeyor Node.js switching --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c813188..8410964 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ matrix: - nodejs_version: "0.11" fast_finish: true install: - - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) + - ps: Install-Product node $env:nodejs_version - npm install build: off test_script: