From d739c7fd833f02de036f5eaca1a98b7dfa20c6df Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 6 Sep 2015 08:28:09 -0400 Subject: Remove extra email notifications from Appveyor --- appveyor.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 27a6d493..41047475 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -120,11 +120,3 @@ after_test: artifacts: - path: "dist\\*" - path: "metacov-*.zip" - -notifications: - - provider: Email - to: - - ned@nedbatchelder.com - on_build_status_changed: true - on_build_success: false - on_build_failure: false -- cgit v1.2.1