Updated Branches: refs/heads/travis-ci [created] b791c8881
Added chat and email notifications for travis-ci Signed-off-by: Ivan Habunek <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/logging-log4php/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4php/commit/b791c888 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4php/tree/b791c888 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4php/diff/b791c888 Branch: refs/heads/travis-ci Commit: b791c88814bf47882353caa2d8304132397386d7 Parents: 6933190 Author: Ivan Habunek <[email protected]> Authored: Tue Dec 17 08:47:06 2013 +0100 Committer: Ivan Habunek <[email protected]> Committed: Tue Dec 17 08:47:06 2013 +0100 ---------------------------------------------------------------------- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4php/blob/b791c888/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index b4db4bd..6579b8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,8 @@ php: - 5.4 - 5.5 -services: mongodb \ No newline at end of file +services: mongodb + +notifications: + email: [email protected] + irc: "chat.freenode.net#apache-logging"
