mirror of https://github.com/python/cpython.git
Add a webhook for Zulip to the Travis configuration (GH-6379)
This commit is contained in:
parent
2a363d2930
commit
0876505bd3
|
@ -149,6 +149,11 @@ script:
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
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:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
# This is set to a secure variable to prevent forks from notifying the
|
# This is set to a secure variable to prevent forks from notifying the
|
||||||
|
|
Loading…
Reference in New Issue