]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
travis: send notification to httpd-dev@ only on failure
authorLuca Toscano <elukey@apache.org>
Thu, 19 Dec 2019 10:01:26 +0000 (10:01 +0000)
committerLuca Toscano <elukey@apache.org>
Thu, 19 Dec 2019 10:01:26 +0000 (10:01 +0000)
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

.travis.yml

index 1acccf355d3a5587d651c90be17d919de167e499..f400dab2baed8f207da87e0097cfc5074e56573e 100644 (file)
@@ -155,5 +155,4 @@ notifications:
   email:
     recipients:
       - dev@httpd.apache.org
-    on_success: always
     on_failure: always