diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-06 08:28:09 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-06 08:28:09 -0400 |
commit | d739c7fd833f02de036f5eaca1a98b7dfa20c6df (patch) | |
tree | 1c458155dd4818d087da6f9dd078d957e554b342 | |
parent | 50dacf4ec508a97a6a30857ade9422a7a17a5d98 (diff) | |
download | python-coveragepy-git-d739c7fd833f02de036f5eaca1a98b7dfa20c6df.tar.gz |
Remove extra email notifications from Appveyor
-rw-r--r-- | appveyor.yml | 8 |
1 files changed, 0 insertions, 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 |