Add webhook for travis build failures to gitter

Only the core group (private) gitter room
This commit is contained in:
Markus Moser 2016-08-31 13:15:44 +02:00 committed by GitHub
parent 5c1a4f1caf
commit e425c2ef2f

View File

@ -18,5 +18,11 @@ after_success:
notifications:
email:
- 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