From 764761132f2abc45a41f619813bc909122b8fde9 Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Fri, 9 Mar 2018 18:19:35 +0200 Subject: [PATCH] Drop travis IRC notifications They aren't of much use and I don't think the users on IRC appreciate the occasional notification spam when something breaks. --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7f31313..20d6590 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,10 +35,3 @@ matrix: - compiler: clang after_success: - coveralls --gcov llvm-cov --gcov-options gcov - -notifications: - irc: - channels: - - "chat.freenode.net#dunst" - on_success: change - on_failure: always