From f8321de36990faf199e050f4509077752264afca Mon Sep 17 00:00:00 2001 From: hugovk Date: Wed, 25 Oct 2017 09:03:27 +0300 Subject: [PATCH] Remove IRC notifications --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index ed690253ab..972ddb0c71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,10 +40,3 @@ branches: notifications: email: false - irc: - channels: - - "chat.freenode.net#pocoo" - on_success: change - on_failure: always - use_notice: true - skip_join: true