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