diff options
author | Luca Toscano <elukey@apache.org> | 2019-12-19 10:01:26 +0000 |
---|---|---|
committer | Luca Toscano <elukey@apache.org> | 2019-12-19 10:01:26 +0000 |
commit | 4caf1a26cd31c5fe50ea3a39bcbf7a41533293e3 (patch) | |
tree | b5ee8291cebdf60ed5e903aeab1e2d528f4b55c4 /.travis.yml | |
parent | 1f4ec799b1426e37e9aade8d0f4c5f78a02876cd (diff) | |
download | httpd-4caf1a26cd31c5fe50ea3a39bcbf7a41533293e3.tar.gz |
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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1acccf355d..f400dab2ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -155,5 +155,4 @@ notifications: email: recipients: - dev@httpd.apache.org - on_success: always on_failure: always |