Remove IRC color codes not supported by Travis
This commit is contained in:
parent
ff5e3712e4
commit
b9c3327778
1 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ notifications:
|
||||||
|
|
||||||
template:
|
template:
|
||||||
- "Build %{build_number}: %{message}"
|
- "Build %{build_number}: %{message}"
|
||||||
- "13%{author} committed in 13[%{repository_name}:%{branch}]"
|
- "%{author} committed in [%{repository_name}:%{branch}]"
|
||||||
- "13%{commit_subject}"
|
- "%{commit_subject}"
|
||||||
- "Commit URL : https://github.com/%{repository_slug}/commit/%{commit}"
|
- "Commit URL : https://github.com/%{repository_slug}/commit/%{commit}"
|
||||||
- "Build Details : %{build_url}"
|
- "Build Details : %{build_url}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue