From 543aa48e26628c5072ce61172231d9c2dd39c6fa Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 15 Mar 2016 21:42:48 +0100 Subject: [PATCH] travis: Add IRC notifications --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 446db8b0a..6588ad7bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,3 +55,8 @@ after_success: notifications: webhooks: - https://buildtimetrend.herokuapp.com/travis + irc: + channels: + - "chat.freenode.net#qutebrowser" + on_success: change + on_failure: always