From: Luca Toscano Date: Mon, 30 Dec 2019 18:13:34 +0000 (+0000) Subject: travis: restore email notifications for dev@ X-Git-Tag: 2.5.0-alpha2-ci-test-only~1733 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ded728066799875e306506c1724f6d6572b6f19a;p=thirdparty%2Fapache%2Fhttpd.git 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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872124 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 6efe8830d27..70c6e21b0b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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