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