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:57 +0200
commit32c2da97c998bfb0687c4c08c97810dfcbf4ff7f (patch)
tree72b2fa596e9d9e6dfb5c5bdb335b1faf2634a3a2 /appveyor.yml
parentda19dd5f90f4b6993b4a6381a65812b174ab788d (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) (cherry picked from commit 7a94f5b0f7c878b1056a08f659ce23aa97bfa3ad)
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 9074a8c95d..8dd6cb6fb0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -43,11 +43,3 @@ test_script:
- mkdir ..\_install
- nmake install install_docs DESTDIR=..\_install
- cd ..
-
-notifications:
- - provider: Email
- to:
- - openssl-commits@openssl.org
- on_build_success: false
- on_build_failure: true
- on_build_status_changed: true