From 1cdc8a43a3461e862d9ba1948a86b3cdba2ab911 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 28 Jul 2015 16:48:19 -0700 Subject: [PATCH] tools: travis: don't join/leave channel --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ef58c7abd..8f7bfe770 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: on_success: change # [always|never|change] default: always on_failure: change # default: always use_notice: true - #skip_join: true + skip_join: true # If you enable skip_join, remember to remove the NO_EXTERNAL_MSGS flag (n) on the IRC channel(s) the bot notifies. template: - "%{commit}: %{message} %{build_url}"