From b962e8e84f75c7910837ec68f833137a5d71a5f3 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Mon, 29 Dec 2014 03:10:17 +0100 Subject: [PATCH] Configure Travis CI IRC notifications to skip join --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 16bf2dab..e088c0aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ notifications: on_success: change on_failure: always use_notice: true - skip_join: false + skip_join: true