Set skip_join to false in Travis IRC config

Per http://docs.travis-ci.com/user/notifications/#IRC-notification.

Bypassing joining the room cuts down on login/logout noise in the IRC
channel. But because #bitsquare.io currently has the -n flag set we
need to explicitly log in.

See #86
This commit is contained in:
Chris Beams 2014-09-29 09:50:54 +02:00
parent fa6d916296
commit a4a433fa64
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73

View file

@ -11,4 +11,4 @@ notifications:
on_success: always
on_failure: always
use_notice: true
skip_join: true
skip_join: false