diff --git a/.travis.yml b/.travis.yml index 91e9ad3..618f61b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,8 @@ notifications: channels: - "chat.freenode.net#varcem" template: - - "%{repository}/%{branch} (%{commit} - %{author}): %{message}" + - "Commit %{commit} by %{author} in %{branch} %{result} after %{duration}." + - "Commit changes: {commit_subject}" + - "Details on %{build_url}, changes on %{compare_url}" # End of file.