From 8a2a0818aba5f5b0c7e8b601f633724e42dcf2cc Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Thu, 19 Jun 2014 15:11:56 -0300 Subject: [PATCH] notify only on failure --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 480a6a2..1d376de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,5 @@ notifications: template: - '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (Details/Change view)' format: html + on_success: never