From 647a11c90078859b1e415eb43dbae26d10ae536c Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 28 Jan 2014 14:52:41 +1300 Subject: travis: irc notifications --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index eb1fc9a3..82900952 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,10 @@ script: - "nosetests --with-cov --cov-report term-missing" after_success: - coveralls +notifications: + irc: + channels: + - "irc.oftc.net#mitmproxy" + on_success: change + on_failure: always + -- cgit v1.2.3