From 21ce434051f104bd270c4d03ddf524adc161f582 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergey=20M=E2=80=A4?= Date: Sat, 21 Oct 2017 02:14:25 +0700 Subject: [PATCH] [travis] Enable IRC notifications Let's see how is it verbose now --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b655738ec..7d77e6c70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ notifications: email: - filippo.valsorda@gmail.com - yasoob.khld@gmail.com -# irc: -# channels: -# - "irc.freenode.org#youtube-dl" -# skip_join: true + irc: + channels: + - "irc.freenode.org#youtube-dl" + skip_join: true -- 2.30.2