From 7ee56bbe9cadd25a64e900c52d2cc6287d73ba9b Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 28 Feb 2015 23:31:27 -0500 Subject: [PATCH] build: skip unnecessary depdency in AppVeyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index c33a4240ad..c8b765d509 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,7 @@ environment: - nodejs_version: "0.12" install: - ps: Install-Product node $env:nodejs_version + - npm rm --save-dev connect-redis - npm install build: off test_script: