aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2017-02-03 22:38:56 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2017-02-03 22:38:56 +0100
commit369f94f5ab6d94e72bdf286021858d83ac470659 (patch)
tree567278094ed1d7d0dc642abdd88fbf3a48ec3514
parent7b94a03e8c304682871e2e6e229934e3d493d208 (diff)
downloadjson-rpc-shell-369f94f5ab6d94e72bdf286021858d83ac470659.tar.gz
json-rpc-shell-369f94f5ab6d94e72bdf286021858d83ac470659.tar.xz
json-rpc-shell-369f94f5ab6d94e72bdf286021858d83ac470659.zip
Travis CI: brevify notifications
-rw-r--r--.travis.yml6
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