From 2b7ef93e2f2acad2762b2be31f72df7c7bd4dd33 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 2 Aug 2018 20:28:07 +0200 Subject: [PATCH] travis: set skip_join to false The IRC channel had +n mode set to it due to spam problems, which disallows external send. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 582c7fd62f..9de0326d78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,4 +51,4 @@ notifications: on_success: change on_failure: always use_notice: true - skip_join: true + skip_join: false