Merge pull request #1262 from stefanv/gitter_travis

Webhook to report Travis-CI status on Gitter
This commit is contained in:
Steven Silvester
2014-12-08 15:13:06 -06:00
+8
View File
@@ -7,6 +7,14 @@
language: python
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/1fea29525e8b929dd7c7
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
python:
- 2.6
- 2.7