From 88480ee980460373f7bbf21c92a46fd431e2e982 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 16 Feb 2013 11:06:51 +0100 Subject: [PATCH] Configure Travis CI notifications --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c4f0841..ab6ffb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,8 @@ before_script: php: - 5.4 - - 5.3 \ No newline at end of file + - 5.3 + +notifications: + email: false + irc: "irc.freenode.org#phpunit"