]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
travis: enable email notifications on success as test
authorLuca Toscano <elukey@apache.org>
Mon, 9 Dec 2019 18:26:31 +0000 (18:26 +0000)
committerLuca Toscano <elukey@apache.org>
Mon, 9 Dec 2019 18:26:31 +0000 (18:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1871091 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 686d4c830b2d05b3912daf8edc10cec23bafe057..1acccf355d3a5587d651c90be17d919de167e499 100644 (file)
@@ -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