From b913dc48737b19a0b3d757bffe2a36e1b05f9bc1 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 25 Sep 2012 15:49:00 +0200 Subject: [PATCH] Turn on IRC notification when Travis build status changes --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index a57f7474..6120e2de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,10 @@ before_script: - "rm $VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/no-global-site-packages.txt" script: nosetests + +notifications: + irc: + channels: + - "irc.freenode.org#mopidy" + on_success: change + on_failure: change