Added gitter chat

This commit is contained in:
Jakub Roztocil 2016-03-01 00:12:55 +08:00
parent 776328c818
commit 9f8c452e7e

View File

@ -66,3 +66,13 @@ after_success:
if [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON && $TRAVIS_OS_NAME == 'linux']]; then
pip install python-coveralls && coveralls
fi
notifications:
webhooks:
urls:
# https://gitter.im/jkbrzt/httpie
- https://webhooks.gitter.im/e/c42fcd359a110d02830b
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