diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-01-04 00:34:02 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-01-04 00:34:02 +0100 |
commit | 20759b340a6cd5b59ba9d21dabcf721552f00c4e (patch) | |
tree | dc2762f6e3d7bc239e9ad9a6bff1a5d04348b453 /.travis.yml | |
parent | 8e5f7618704805caf9fac093e604834237a7965c (diff) |
Disable travis irc notifications
travis is much to verbose for that, with random IEs constantly failing
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 31eea852c..0687c8957 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ notifications: email: - filippo.valsorda@gmail.com - phihag@phihag.de - irc: - channels: - - "irc.freenode.org#youtube-dl" - skip_join: true +# irc: +# channels: +# - "irc.freenode.org#youtube-dl" +# skip_join: true |