From 0876505bd32b5ab3a14fa4cc0528d763916440a8 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 4 Apr 2018 19:12:39 -0700 Subject: Add a webhook for Zulip to the Travis configuration (GH-6379) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v0.12