Publish CI build notifications to IRC

See #86
This commit is contained in:
Chris Beams 2014-09-29 09:42:23 +02:00
parent 2e9a07a6c5
commit fa6d916296
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73

View file

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