diff --git a/appveyor.yml b/appveyor.yml index 030e019f..c5cd8217 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,5 @@ test_script: # run tests - .\node_modules\.bin\mocha test\programmatic\*.mocha.js --no-exit - -build: - verbosity: detailed +# Don't actually build. +build: off