From 07f569282c81801df556e1b3ccb656bd79a2bd66 Mon Sep 17 00:00:00 2001 From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com> Date: Thu, 11 Jul 2013 22:52:59 +0200 Subject: [PATCH] add irc notification to travis-ci --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 23f66240..8fedfa43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,5 @@ compiler: - gcc - clang script: scons - +notifications: + irc: "irc.upstandinghackers.com#hammer" -- GitLab