From 4e7dd4f8216172cb2c22c6b5fcbde1a91d6a742c Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Sat, 28 Dec 2019 17:04:59 +0000 Subject: [PATCH] travis: temporary disable notifications to dev@ There seem to be some issues to iron out, disabling email notifications to avoid spamming dev@. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872063 13f79535-47bb-0310-9956-ffa450edef68 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 686d4c830b2..ee9fd4eb06b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -152,5 +152,6 @@ script: notifications: irc: "chat.freenode.net#httpd-dev" - email: - - dev@httpd.apache.org +# Temporary disable email notifications to rule out some build issues +# email: +# - dev@httpd.apache.org -- 2.47.3