summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLuca Toscano <elukey@apache.org>2019-12-09 19:26:31 +0100
committerLuca Toscano <elukey@apache.org>2019-12-09 19:26:31 +0100
commita6bee0bd0431dbb3989adaa93474a7c14b79422e (patch)
treed036678042b9f0f3a73da944e138e02e056792b6 /.travis.yml
parentDocumentation rebuild (diff)
downloadapache2-a6bee0bd0431dbb3989adaa93474a7c14b79422e.tar.xz
apache2-a6bee0bd0431dbb3989adaa93474a7c14b79422e.zip
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
Diffstat (limited to '')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 686d4c830b..1acccf355d 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