1
0
Fork 0

CI: Make IRC notifications for travis less verbose

This commit is contained in:
Marvin Scholz 2018-08-02 13:51:04 +02:00
parent 610d092f4a
commit b3c3097707
1 changed files with 5 additions and 0 deletions

View File

@ -19,3 +19,8 @@ notifications:
irc:
channels:
- "chat.freenode.net#icecast-mentors"
on_success: change
on_failure: always
template:
- "%{repository_slug}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
- "Build details : %{build_url}"