From 161ecce63facaed3fd991365c3e1c331bb4de2fe Mon Sep 17 00:00:00 2001 From: dessant Date: Tue, 28 Jul 2015 12:07:36 +0300 Subject: [PATCH] change travis notification target --- .travis.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 67c518d..71965a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,9 @@ script: - make tests notifications: - irc: - channels: - - chat.freenode.net#kivy-dev - on_success: change + webhooks: + urls: + - http://kivy.org:5000/travisevent + on_success: always on_failure: always - use_notice: true - skip_join: true + on_start: always