From cdeab7826cb9be2df42b4ef385e2848d21242575 Mon Sep 17 00:00:00 2001 From: SSMP Date: Wed, 5 Oct 2016 23:16:14 -0700 Subject: [PATCH] windows ci testing ugk :( --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index eef4949..017ae02 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,7 @@ test_script: - node --version - npm --version # run tests - - npm test-windows + - npm run test-windows # Don't actually build. build: off