ci: travis: tweak the IRC notification message template to our needs

I wanted to have the commit subject in it. This could be further changed
if needed.

https://docs.travis-ci.com/user/notifications/#Configuring-IRC-notifications
This commit is contained in:
Stefan Schmidt 2018-05-17 15:36:04 +02:00
parent 7fd14ce1ba
commit d9e723ae53
1 changed files with 5 additions and 0 deletions

View File

@ -75,3 +75,8 @@ notifications:
- "chat.freenode.net#edevelop"
on_success: change
on_failure: always
template:
- "TravisCI build %{build_number} in branch %{branch}: %{result} - %{message}"
- "Commit: %{commit_subject} (%{commit}) from %{author}"
- "Change view : %{compare_url}"
- "Build details : %{build_url}"