diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-07-23 09:09:40 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-07-23 09:09:40 +0200 |
commit | ca33ce6458aa6231de67e6ab6a95335c00f8313a (patch) | |
tree | 1d409c6320991cb2b4f7169dd47c702e3b2d6ef7 | |
parent | only alert on IRC when the status changes (diff) | |
download | monero-ca33ce6458aa6231de67e6ab6a95335c00f8313a.tar.xz |
include result in the notifications template
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2126d7472..ba4df1cc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,4 +33,4 @@ notifications: - "chat.freenode.net#monero-dev" nick: monero template: - - "%{repository}#%{build_number} (%{commit} : %{author}) | Build details : %{build_url}" + - "%{result} | %{repository}#%{build_number} (%{commit} : %{author}) | Build details : %{build_url}" |