mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Add notification support for gitter when running tests on travis.
This commit is contained in:
parent
6e55fbe149
commit
e2e6a1351f
@ -11,6 +11,14 @@ notifications:
|
||||
on_success: change
|
||||
skip_join: true
|
||||
|
||||
notifications:
|
||||
webhooks:
|
||||
urls:
|
||||
- https://webhooks.gitter.im/e/5d0244ab020a75bf7d17
|
||||
on_success: change # options: [always|never|change] default: always
|
||||
on_failure: always # options: [always|never|change] default: always
|
||||
on_start: never # default: never
|
||||
|
||||
addons:
|
||||
postgresql: "9.1"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user