diff options
| -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 +# |
