From: Luca Toscano Date: Mon, 9 Dec 2019 18:26:31 +0000 (+0000) Subject: travis: enable email notifications on success as test X-Git-Tag: 2.5.0-alpha2-ci-test-only~1757 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6bee0bd0431dbb3989adaa93474a7c14b79422e;p=thirdparty%2Fapache%2Fhttpd.git travis: enable email notifications on success as test git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1871091 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 686d4c830b2..1acccf355d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -153,4 +153,7 @@ script: notifications: irc: "chat.freenode.net#httpd-dev" email: - - dev@httpd.apache.org + recipients: + - dev@httpd.apache.org + on_success: always + on_failure: always