Commit 7c300b9d authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3484)
(cherry picked from commit 7a94f5b0)
parent b020bf65
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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