From: Richard Levitte Date: Wed, 17 May 2017 06:28:55 +0000 (+0200) Subject: Remove notification settings from appveyor.yml X-Git-Tag: OpenSSL_1_0_2l~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7c300b9d2a9af4d2d28efa0576f1a28af7b2dabf;p=oweals%2Fopenssl.git 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 (Merged from https://github.com/openssl/openssl/pull/3484) (cherry picked from commit 7a94f5b0f7c878b1056a08f659ce23aa97bfa3ad) --- diff --git a/appveyor.yml b/appveyor.yml index 8695359488..8c38feae6d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,11 +50,3 @@ build_script: test_script: - nmake /f ms\%MAK% test - -notifications: - - provider: Email - to: - - openssl-commits@openssl.org - on_build_success: false - on_build_failure: true - on_build_status_changed: true