Remove notification settings from appveyor.yml
authorRichard Levitte <levitte@openssl.org>
Wed, 17 May 2017 06:28:55 +0000 (08:28 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 17 May 2017 10:38:09 +0000 (12:38 +0200)
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)

appveyor.yml

index 8695359488d8ddb377d9202d175e6ba9da4e0503..8c38feae6d954c7d76969f10c1d3e2b6e6136c1c 100644 (file)
@@ -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