diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-05-06 20:53:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-06 20:53:39 +0200 |
| commit | 72fc6ab0f5bd74468c0bc4d4f7a851991e6ac16c (patch) | |
| tree | efd327ff66d47e82be72a0fc30ac408f2f07309f /.travis.yml | |
| parent | de323f98dcf92597bded18fc3f51c856ee236228 (diff) | |
| download | PROJ-72fc6ab0f5bd74468c0bc4d4f7a851991e6ac16c.tar.gz PROJ-72fc6ab0f5bd74468c0bc4d4f7a851991e6ac16c.zip | |
.travis.yml: disable notifications as they are probably more spam than useful [skip appveyor] (#2209)
Diffstat (limited to '.travis.yml')
| -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 |
