diff options
| author | Jeff McKenna <jmckenna@gatewaygeomatics.com> | 2020-05-19 16:53:19 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-19 21:53:19 +0200 |
| commit | 35dc7d00f92b4a575a2bbc1d90767a9c3e67557c (patch) | |
| tree | b80abd6218bdd75b552e8040dfa2d372864d2be0 /.travis.yml | |
| parent | 8a1e831688b56480964b88387cd86704466d3ea6 (diff) | |
| download | PROJ-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.yml | 16 |
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 +# |
