From 35dc7d00f92b4a575a2bbc1d90767a9c3e67557c Mon Sep 17 00:00:00 2001 From: Jeff McKenna Date: Tue, 19 May 2020 16:53:19 -0300 Subject: .travis.yml: enable commit notifications into dedicated 'proj-activity' IRC channel (#2236) --- .travis.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 891e18df..0091d31a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -105,13 +105,15 @@ script: after_success: ./travis/${BUILD_NAME}/after_success.sh -#notifications: +notifications: + irc: + channels: + - "irc.freenode.org#proj-activity" +# - "irc.freenode.org#gdal" +# - "irc.freenode.org#proj" + use_notice: true + # #email: # # recipients: # # - gdal-commits@lists.osgeo.org -# -# irc: -# channels: -# - "irc.freenode.org#gdal" -# - "irc.freenode.org#proj" -# use_notice: true +# -- cgit v1.2.3