diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-10-21 02:14:25 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-10-21 02:14:25 +0700 |
commit | 21ce434051f104bd270c4d03ddf524adc161f582 (patch) | |
tree | 3d2fedfe262f397c91d781b56fc822ee3dc764b2 | |
parent | 5c0e5bc4df5beea3fe457e4c2d92643837f1e70e (diff) |
[travis] Enable IRC notifications
Let's see how is it verbose now
-rw-r--r-- | .travis.yml | 8 |
1 files 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 |