diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2017-02-03 23:03:02 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2017-02-03 23:03:02 +0100 |
commit | 4a5929b4ef930cc9e641cd001e191fb537f1a88b (patch) | |
tree | 32dc4e8e34a8162cd184cab730072773ab8c909f | |
parent | 084e964286bfcd13ee6a25a2ee35dfba9da1072e (diff) | |
download | liberty-4a5929b4ef930cc9e641cd001e191fb537f1a88b.tar.gz liberty-4a5929b4ef930cc9e641cd001e191fb537f1a88b.tar.xz liberty-4a5929b4ef930cc9e641cd001e191fb537f1a88b.zip |
Travis CI: brevify notifications
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |