diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2017-02-03 22:38:56 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2017-02-03 22:38:56 +0100 |
commit | 369f94f5ab6d94e72bdf286021858d83ac470659 (patch) | |
tree | 567278094ed1d7d0dc642abdd88fbf3a48ec3514 /.travis.yml | |
parent | 7b94a03e8c304682871e2e6e229934e3d493d208 (diff) | |
download | json-rpc-shell-369f94f5ab6d94e72bdf286021858d83ac470659.tar.gz json-rpc-shell-369f94f5ab6d94e72bdf286021858d83ac470659.tar.xz json-rpc-shell-369f94f5ab6d94e72bdf286021858d83ac470659.zip |
Travis CI: brevify notifications
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e0edcfd..7395b90 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 |