Skip to content

Commit 0876505

Browse files
authored
Add a webhook for Zulip to the Travis configuration (pythonGH-6379)
1 parent 2a363d2 commit 0876505

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ script:
149149

150150
notifications:
151151
email: false
152+
webhooks:
153+
urls:
154+
- https://python.zulipchat.com/api/v1/external/travis?api_key=QTP4LAknlFml0NuPQmAetvH4KQaokiQE&stream=core%2Ftest+runs
155+
on_success: change
156+
on_failure: always
152157
irc:
153158
channels:
154159
# This is set to a secure variable to prevent forks from notifying the

0 commit comments

Comments
 (0)