Commit 9ac9e0abdcbf464a103d7c7e7a90bc87c24b49da
1 parent
65ca70e0
Exists in
master
and in
21 other branches
travis-ci: put back irc notifications
It was temporarily disabled for tests
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
.travis.yml
1 | 1 | notifications: |
2 | - # irc: | |
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}" | |
2 | + irc: | |
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}" | |
8 | 8 | |
9 | 9 | language: ruby |
10 | 10 | rvm: | ... | ... |