aboutsummaryrefslogtreecommitdiffstats
path: root/local/handler
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2015-06-02 21:26:59 +0300
committerkongr45gpen <electrovesta@gmail.com>2015-06-02 21:26:59 +0300
commit643303860ce80fcbeecb06bc87d5c0ea5c96e4a4 (patch)
tree07a7df2a3d8ec89de4c7a6bcdf6da080d195c66d /local/handler
parent225c1bc1664bb8b56b2ff72a42d70433282eeaaa (diff)
downloadsupybot_github-643303860ce80fcbeecb06bc87d5c0ea5c96e4a4.tar.gz
supybot_github-643303860ce80fcbeecb06bc87d5c0ea5c96e4a4.tar.bz2
supybot_github-643303860ce80fcbeecb06bc87d5c0ea5c96e4a4.zip
Show branch name for travis builds
Diffstat (limited to 'local/handler')
-rw-r--r--local/handler/TravisHandler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/local/handler/TravisHandler.py b/local/handler/TravisHandler.py
index bdfb484..3648422 100644
--- a/local/handler/TravisHandler.py
+++ b/local/handler/TravisHandler.py
@@ -3,6 +3,7 @@ from ..utility import *
def handle(data, theme):
if isStatusVisible(data['repository']['url'], data['status_message'].lower()):
theme.travis(
+ branch = data['branch'],
repo = data['repository']['name'],
status = data['status_message'],
commitId = data['commit'],

© 2014-2024 Faster IT GmbH | imprint | privacy policy