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