Commit f415a9ec77c7ba25c198a8da16a0b11d95ce8592
1 parent
849780be
Exists in
master
and in
29 other branches
travis: shorten IRC notification
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
.travis.yml
1 | 1 | notifications: |
2 | 2 | irc: |
3 | - - "chat.freenode.net#noosfero" | |
4 | - - "chat.freenode.net#noosfero-br" | |
3 | + channels: | |
4 | + - "chat.freenode.net#noosfero" | |
5 | + - "chat.freenode.net#noosfero-br" | |
6 | + template: | |
7 | + - "%{repository_slug} %{branch} %{commit} %{commit_subject} - %{result} %{build_url}" | |
5 | 8 | |
6 | 9 | language: ruby |
7 | 10 | rvm: | ... | ... |