From c5548c4e349c38396c9a9a3fcbf23b47acae2d89 Mon Sep 17 00:00:00 2001 From: marscher Date: Thu, 21 Apr 2016 17:14:17 +0200 Subject: [PATCH] [appveyor] disable after_success step --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4776a22cf..7a70e6c34 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,6 +40,6 @@ test_script: # run testsuite and upload test results to AppVeyor; return exit code of testsuite - conda build -q devtools/conda-recipe -on_success: - - devtools/ci/appveyor/after_success.bat +#on_success: +# - devtools/ci/appveyor/after_success.bat