[Python-checkins] Add a webhook for Zulip to the Travis configuration (GH-6379)

Brett Cannon webhook-mailer at python.org
Wed Apr 4 22:12:42 EDT 2018


https://github.com/python/cpython/commit/0876505bd32b5ab3a14fa4cc0528d763916440a8
commit: 0876505bd32b5ab3a14fa4cc0528d763916440a8
branch: master
author: Brett Cannon <brettcannon at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-04-04T19:12:39-07:00
summary:

Add a webhook for Zulip to the Travis configuration (GH-6379)

files:
M .travis.yml

diff --git a/.travis.yml b/.travis.yml
index af3cdf54654d..fecad290d8bb 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



More information about the Python-checkins mailing list