diff options
| -rw-r--r-- | .travis.yml | 20 |
1 files 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 |
