1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #1100 from ent-io/feature/travis-ci/notification-template

remove repository_url from notification template
This commit is contained in:
Wesley Beary 2012-08-16 16:16:57 -07:00
commit af8816b4dc

View file

@ -13,8 +13,9 @@ notifications:
channels:
- "irc.freenode.org#ruby-fog"
template:
- "%{repository_url} (%{commit}) : %{message} %{foo} "
- "Build details: %{build_url}"
- "[#%{build_number}] %{message} %{build_url}"
- "[#%{build_number}] %{commit} on %{branch} by %{author}"
- "[#%{build_number}] %{compare_url}"
on_success: always
on_failure: always
use_notice: false