You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2019/12/28 17:05:00 UTC

svn commit: r1872063 - /httpd/httpd/trunk/.travis.yml

Author: elukey
Date: Sat Dec 28 17:04:59 2019
New Revision: 1872063

URL: http://svn.apache.org/viewvc?rev=1872063&view=rev
Log:
travis: temporary disable notifications to dev@

There seem to be some issues to iron out, disabling
email notifications to avoid spamming dev@.


Modified:
    httpd/httpd/trunk/.travis.yml

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1872063&r1=1872062&r2=1872063&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Sat Dec 28 17:04:59 2019
@@ -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