From 7e9836c9c87d45500cee7873e49df35ed375c7ce Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Thu, 31 May 2012 10:06:52 +0100 Subject: [PATCH] Enable travis IRC notifications --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1920b81da..0642da6fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ before_install: install: pip install nose virtualenv scripttest mock script: nosetests notifications: + irc: "irc.freenode.org#pip" branches: only: - develop