diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2018-04-05 02:12:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-05 02:12:39 (GMT) |
commit | 0876505bd32b5ab3a14fa4cc0528d763916440a8 (patch) | |
tree | da022d73f105ee471ed2c54ff5989ed16e57c33e /.travis.yml | |
parent | 2a363d2930e29ec6d8a774973ed5a4965f881f5f (diff) | |
download | cpython-0876505bd32b5ab3a14fa4cc0528d763916440a8.zip cpython-0876505bd32b5ab3a14fa4cc0528d763916440a8.tar.gz cpython-0876505bd32b5ab3a14fa4cc0528d763916440a8.tar.bz2 |
Add a webhook for Zulip to the Travis configuration (GH-6379)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index af3cdf5..fecad29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -149,6 +149,11 @@ script: notifications: email: false + webhooks: + urls: + - https://python.zulipchat.com/api/v1/external/travis?api_key=QTP4LAknlFml0NuPQmAetvH4KQaokiQE&stream=core%2Ftest+runs + on_success: change + on_failure: always irc: channels: # This is set to a secure variable to prevent forks from notifying the |