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:36:28 +0000 (12:36 +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)

appveyor.yml

index f2eab32953e04e85a6a0f94268d6d85a4c1f501e..75b1ccffbe78fca31b13c321b6f52f8666f8e7a3 100644 (file)
@@ -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