Add webhook for travis build failures to gitter
Only the core group (private) gitter room
This commit is contained in:
parent
5c1a4f1caf
commit
e425c2ef2f
@ -18,5 +18,11 @@ after_success:
|
|||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
- iluwatar@gmail.com
|
- iluwatar@gmail.com
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- https://webhooks.gitter.im/e/3319623945358a093a6f
|
||||||
|
on_success: change # options: [always|never|change] default: always
|
||||||
|
on_failure: always # options: [always|never|change] default: always
|
||||||
|
on_start: never # options: [always|never|change] default: always
|
||||||
|
|
||||||
sudo: false # route the build to the container-based infrastructure for a faster build
|
sudo: false # route the build to the container-based infrastructure for a faster build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user