From: Luca Toscano Date: Mon, 6 Jan 2020 19:49:26 +0000 (+0000) Subject: travis: disable email notifications X-Git-Tag: 2.5.0-alpha2-ci-test-only~1719 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93c675eadef54a42e876aabdc7fe67779b4343f1;p=thirdparty%2Fapache%2Fhttpd.git travis: disable email notifications There are still some spurious failures to iron out, turn off email notification to avoid too many failure emails to dev@. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872392 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 6025a2e942b..db36a030b66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -158,5 +158,7 @@ script: notifications: irc: "chat.freenode.net#httpd-dev" - email: - - dev@httpd.apache.org + # Disabled to avoid too many failure emails to dev@, + # some builds occasionally fail. + #email: + # - dev@httpd.apache.org