From 1783e0885f796fe8c0c83be0133e71b866d217de Mon Sep 17 00:00:00 2001 From: Unitech Date: Fri, 18 Sep 2015 02:02:30 +0200 Subject: [PATCH] switch things for appveyor --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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