summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-05-17 08:28:55 +0200
committerRichard Levitte <levitte@openssl.org>2017-05-17 12:36:28 +0200
commit7a94f5b0f7c878b1056a08f659ce23aa97bfa3ad (patch)
tree09bf15d402ff501a7727ae2452f80d63ff5c41e2 /appveyor.yml
parentbd990e2535ca387def9a01218a813dc3fa547e3c (diff)
Remove notification settings from appveyor.yml
Notifications can be (and should be) configured on account basis on the CI web site. This avoids getting emails to openssl-commits for personal accounts that also build OpenSSL stuff. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3484)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f2eab32953..75b1ccffbe 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -62,11 +62,3 @@ test_script:
cmd /c "nmake install install_docs DESTDIR=..\_install 2>&1"
}
- cd ..
-
-notifications:
- - provider: Email
- to:
- - openssl-commits@openssl.org
- on_build_success: false
- on_build_failure: true
- on_build_status_changed: true