diff --git a/.travis.yml b/.travis.yml index 19f658e..fef9065 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,12 @@ notifications: channels: "irc.janouch.name#dev" use_notice: true skip_join: true + template: + - "%{repository_name}#%{build_number} on %{branch}: %{message}" + - " %{compare_url}" + - " %{build_url}" + on_success: change + on_failure: always compiler: - clang - gcc