Add webhook for travis build failures to gitter
Only the core group (private) gitter room
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user