aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeff McKenna <jmckenna@gatewaygeomatics.com>2020-05-19 16:53:19 -0300
committerGitHub <noreply@github.com>2020-05-19 21:53:19 +0200
commit35dc7d00f92b4a575a2bbc1d90767a9c3e67557c (patch)
treeb80abd6218bdd75b552e8040dfa2d372864d2be0 /.travis.yml
parent8a1e831688b56480964b88387cd86704466d3ea6 (diff)
downloadPROJ-35dc7d00f92b4a575a2bbc1d90767a9c3e67557c.tar.gz
PROJ-35dc7d00f92b4a575a2bbc1d90767a9c3e67557c.zip
.travis.yml: enable commit notifications into dedicated 'proj-activity' IRC channel (#2236)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files 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
+#