Skip to content

Commit

Permalink
.travis.yml: disable notifications as they are probably more spam tha…
Browse files Browse the repository at this point in the history
…n useful [ci skip]
  • Loading branch information
rouault committed May 6, 2020
1 parent 3609d7b commit ea67247
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Expand Up @@ -166,13 +166,13 @@ install:
script:
- ./gdal/ci/travis/${BUILD_NAME}/script.sh

notifications:
email:
recipients:
- gdal-commits@lists.osgeo.org

irc:
channels:
- "irc.freenode.org#gdal"
use_notice: true
on_success: change
# notifications:
# email:
# recipients:
# - gdal-commits@lists.osgeo.org
#
# irc:
# channels:
# - "irc.freenode.org#gdal"
# use_notice: true
# on_success: change

0 comments on commit ea67247

Please sign in to comment.