travis: notify on IRC
parent
677d3240a8
commit
1a52c1e4bd
|
@ -44,3 +44,10 @@ deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "chat.freenode.net#alpine-commits"
|
||||||
|
template:
|
||||||
|
- "%{repository_name}:%{branch} [%{result}] |%{author}| %{commit_subject} | %{build_url}"
|
||||||
|
|
Loading…
Reference in New Issue