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:
Chris Beams 2014-09-29 10:38:07 +02:00
parent 5799381658
commit 2a4f6bc5ea
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73

View file

@ -3,12 +3,12 @@ jdk: oraclejdk8
notifications:
irc:
channels: chat.freenode.net#bitsquare.io
channels: chat.freenode.net#bitsquare
template:
- '%{message} (%{repository}#%{build_number}, %{duration})'
- '%{repository}/%{branch} %{commit} %{author}: %{commit_message}'
- '%{build_url}'
on_success: always
on_success: change
on_failure: always
use_notice: true
skip_join: false
skip_join: true