diff options
| author | PROJ-BOT <59655370+PROJ-BOT@users.noreply.github.com> | 2020-05-06 21:01:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-06 21:01:18 +0200 |
| commit | 5775cdc0eba9364922f17225fddf0ca24e6e624f (patch) | |
| tree | 4a6b8e64c8c54c75d8655878f6c70894c50131fc | |
| parent | ff70bc41368e2a3fb6d01109d521aa10e8423ffc (diff) | |
| download | PROJ-5775cdc0eba9364922f17225fddf0ca24e6e624f.tar.gz PROJ-5775cdc0eba9364922f17225fddf0ca24e6e624f.zip | |
.travis.yml: disable notifications as they are probably more spam than useful [skip appveyor] (#2210)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
| -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 |
