mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-15 10:26:37 -04:00
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:
parent
fa6d916296
commit
a4a433fa64
@ -11,4 +11,4 @@ notifications:
|
||||
on_success: always
|
||||
on_failure: always
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
skip_join: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user