[travis] add webhooks for gitter integration

This commit is contained in:
Mort Yao 2015-10-17 23:15:18 +02:00
parent caf3161a23
commit 9d4c4c5d22

View File

@ -8,3 +8,10 @@ python:
- "nightly"
- "pypy3"
script: make test
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/43cd57826e88ed8f2152
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