From ca33ce6458aa6231de67e6ab6a95335c00f8313a Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Sat, 23 Jul 2016 09:09:40 +0200 Subject: [PATCH] include result in the notifications template --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"