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