From 5775cdc0eba9364922f17225fddf0ca24e6e624f Mon Sep 17 00:00:00 2001 From: PROJ-BOT <59655370+PROJ-BOT@users.noreply.github.com> Date: Wed, 6 May 2020 21:01:18 +0200 Subject: .travis.yml: disable notifications as they are probably more spam than useful [skip appveyor] (#2210) Co-authored-by: github-actions[bot] --- .travis.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index d62d104f..bcd546cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,13 +97,13 @@ script: after_success: ./travis/${BUILD_NAME}/after_success.sh -notifications: - #email: - # recipients: - # - gdal-commits@lists.osgeo.org - - irc: - channels: - - "irc.freenode.org#gdal" - - "irc.freenode.org#proj" - use_notice: true +#notifications: +# #email: +# # recipients: +# # - gdal-commits@lists.osgeo.org +# +# irc: +# channels: +# - "irc.freenode.org#gdal" +# - "irc.freenode.org#proj" +# use_notice: true -- cgit v1.2.3