mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
2a4f6bc5ea
- 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
15 lines
359 B
YAML
15 lines
359 B
YAML
language: java
|
|
jdk: oraclejdk8
|
|
|
|
notifications:
|
|
irc:
|
|
channels: chat.freenode.net#bitsquare
|
|
template:
|
|
- '%{message} (%{repository}#%{build_number}, %{duration})'
|
|
- '%{repository}/%{branch} %{commit} %{author}: %{commit_message}'
|
|
- '%{build_url}'
|
|
on_success: change
|
|
on_failure: always
|
|
use_notice: true
|
|
skip_join: true
|