From 93c675eadef54a42e876aabdc7fe67779b4343f1 Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Mon, 6 Jan 2020 19:49:26 +0000 Subject: [PATCH] travis: disable email notifications There are still some spurious failures to iron out, turn off email notification to avoid too many failure emails to dev@. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872392 13f79535-47bb-0310-9956-ffa450edef68 --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6025a2e942b..db36a030b66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -158,5 +158,7 @@ script: notifications: irc: "chat.freenode.net#httpd-dev" - email: - - dev@httpd.apache.org + # Disabled to avoid too many failure emails to dev@, + # some builds occasionally fail. + #email: + # - dev@httpd.apache.org -- 2.47.3