From: Luca Toscano Date: Thu, 19 Dec 2019 10:01:26 +0000 (+0000) Subject: travis: send notification to httpd-dev@ only on failure X-Git-Tag: 2.5.0-alpha2-ci-test-only~1753 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4caf1a26cd31c5fe50ea3a39bcbf7a41533293e3;p=thirdparty%2Fapache%2Fhttpd.git travis: send notification to httpd-dev@ only on failure Due to a combination of Daniel's work and probably some fix on Travis end, we are now finally getting Travis emails in httpd-dev@. Since having notifications for successful builds might become a little spammy, let's just alert when a build fails (like we do with buildbot IIUC). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1871815 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 1acccf355d3..f400dab2bae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -155,5 +155,4 @@ notifications: email: recipients: - dev@httpd.apache.org - on_success: always on_failure: always