From fb2a7ba94dd7c327ef12e77dd13b65bdcdddc7c7 Mon Sep 17 00:00:00 2001 From: JP Richardson Date: Wed, 17 Jun 2015 07:38:29 -0500 Subject: [PATCH] appveyor: forgot to add 'run' --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2022e4e..2e766ff 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,7 +20,7 @@ test_script: - node --version - npm --version # run tests - - npm test-windows + - npm run test-windows # Don't actually build. build: off