From 39c86e92b11ec8ba59255753181ded7e55b80d51 Mon Sep 17 00:00:00 2001 From: Ezekiel Templin Date: Mon, 4 Jun 2012 02:04:37 -0400 Subject: [PATCH] Add IRC notifications to Travis configuration --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a9da30..37f6a44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,6 @@ rvm: - 1.9.2 - 1.9.3 - rbx-18mode - - rbx-19mode \ No newline at end of file + - rbx-19mode +notifications: + irc: "irc.freenode.org#sax-machine" \ No newline at end of file