summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2018-03-13 09:37:29 +0100
committerPieter Ennes <pieter@ennes.nl>2018-03-18 10:17:43 +0000
commit9855c6b2a030a5307691837ba705000ec8f898f0 (patch)
treecb9c32aff8048230fddf7ad20963cb63af7cfd0b /.travis.yml
parentad61175827cddda8f8cb3cccc14f9f5eb9887ca7 (diff)
downloadoauthlib-9855c6b2a030a5307691837ba705000ec8f898f0.tar.gz
Replace IRC notificatgion with Gitter Hook
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3290c1f..e3c01f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,12 @@ script: tox
after_success: coveralls
notifications:
- irc: irc.freenode.org#oauthlib
+ webhooks:
+ urls:
+ - https://webhooks.gitter.im/e/6008c872bf0ecee344f4
+ on_success: change
+ on_failure: always
+ on_start: never
deploy:
provider: pypi
user: ib.lundgren