]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
travis: disable email notifications
authorLuca Toscano <elukey@apache.org>
Mon, 6 Jan 2020 19:49:26 +0000 (19:49 +0000)
committerLuca Toscano <elukey@apache.org>
Mon, 6 Jan 2020 19:49:26 +0000 (19:49 +0000)
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

.travis.yml

index 6025a2e942b6b754052bfc968b7c1c13253de452..db36a030b66bbf3ec5a822a305b3122dd9f00111 100644 (file)
@@ -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