From 4caf1a26cd31c5fe50ea3a39bcbf7a41533293e3 Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Thu, 19 Dec 2019 10:01:26 +0000 Subject: [PATCH] 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 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3