mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-21 14:24:06 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ notifications:
|
|||
on_success: always
|
||||
on_failure: always
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
skip_join: false
|
||||
|
|
Loading…
Add table
Reference in a new issue