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