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/30 18:13:34 UTC

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

Author: elukey
Date: Mon Dec 30 18:13:34 2019
New Revision: 1872124

URL: http://svn.apache.org/viewvc?rev=1872124&view=rev
Log:
travis: restore email notifications for dev@

The issue with ppcle64 seems to be fixed from [1],
and Joe fixed the APR 1.7.x issue as well. Builds are
back to normal.

[1]: https://travis-ci.community/t/ppc64le-an-error-occurred-while-generating-the-build-script/6598/6


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

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1872124&r1=1872123&r2=1872124&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Mon Dec 30 18:13:34 2019
@@ -153,6 +153,5 @@ script:
 
 notifications:
   irc: "chat.freenode.net#httpd-dev"
-# Temporary disable email notifications to rule out some build issues
-#  email:
-#    - dev@httpd.apache.org
+  email:
+    - dev@httpd.apache.org