mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-13 11:09:10 +01:00
Update Travis IRC notifications
- Send notifications to #bitsquare instead of #bitsquare.io - Skip join to cut down on noise (now that -n flag has been removed) - Only notify on failures and first success See #86
This commit is contained in:
parent
5799381658
commit
2a4f6bc5ea
1 changed files with 3 additions and 3 deletions
|
@ -3,12 +3,12 @@ jdk: oraclejdk8
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels: chat.freenode.net#bitsquare.io
|
channels: chat.freenode.net#bitsquare
|
||||||
template:
|
template:
|
||||||
- '%{message} (%{repository}#%{build_number}, %{duration})'
|
- '%{message} (%{repository}#%{build_number}, %{duration})'
|
||||||
- '%{repository}/%{branch} %{commit} %{author}: %{commit_message}'
|
- '%{repository}/%{branch} %{commit} %{author}: %{commit_message}'
|
||||||
- '%{build_url}'
|
- '%{build_url}'
|
||||||
on_success: always
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
use_notice: true
|
use_notice: true
|
||||||
skip_join: false
|
skip_join: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue