From acb69fd17f799ecc7aeb5f372b5f6f37459188be Mon Sep 17 00:00:00 2001 From: Maks Date: Thu, 14 Jun 2012 17:48:47 +0300 Subject: [PATCH] [Travis] Enable IRC notifications --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3d680db41db..fb71339f8d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,6 @@ php: before_install: cp tests/TravisTestConfiguration.php tests/TestConfiguration.php script: ./.travis/run-tests.sh + +notifications: + irc: "irc.freenode.org#zftalk.2" \ No newline at end of file