Configure Travis CI IRC notifications
This commit is contained in:
parent
412b6d2411
commit
d14c3a5a2f
12
.travis.yml
12
.travis.yml
|
@ -6,3 +6,15 @@ env:
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- ./gradlew jacocoTestReport coveralls
|
- ./gradlew jacocoTestReport coveralls
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
irc:
|
||||||
|
channels: chat.freenode.net#ethereumj
|
||||||
|
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: false
|
||||||
|
|
Loading…
Reference in New Issue