From a98272b8c0979c191c0bda17cd1fc116f580f4df Mon Sep 17 00:00:00 2001 From: Dan Hirsch <thequux@upstandinghackers.com> Date: Wed, 20 Nov 2013 15:37:24 -0600 Subject: [PATCH] Reduce IRC spam --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1458ecd6..246a3d63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,9 @@ compiler: script: - scons notifications: - irc: "irc.upstandinghackers.com#hammer" + irc: + channels: + - "irc.upstandinghackers.com#hammer" + use_notice: true + skip_join: true + -- GitLab