From: Luca Toscano Date: Sat, 28 Dec 2019 17:04:59 +0000 (+0000) Subject: travis: temporary disable notifications to dev@ X-Git-Tag: 2.5.0-alpha2-ci-test-only~1739 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e7dd4f8216172cb2c22c6b5fcbde1a91d6a742c;p=thirdparty%2Fapache%2Fhttpd.git travis: temporary disable notifications to dev@ There seem to be some issues to iron out, disabling email notifications to avoid spamming dev@. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872063 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 686d4c830b2..ee9fd4eb06b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -152,5 +152,6 @@ script: notifications: irc: "chat.freenode.net#httpd-dev" - email: - - dev@httpd.apache.org +# Temporary disable email notifications to rule out some build issues +# email: +# - dev@httpd.apache.org