diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7647f36..b726147 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,3 +44,10 @@ deploy: skip_cleanup: true on: tags: true + +notifications: + irc: + channels: + - "chat.freenode.net#alpine-commits" + template: + - "%{repository_name}:%{branch} [%{result}] |%{author}| %{commit_subject} | %{build_url}" |