From 88ba8e20d40c5fa8d6d4d53b69fe3f5e5bfe2c11 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Thu, 27 Jun 2013 20:37:11 -0300 Subject: [PATCH] Travis only notifies when the build fails or when it starts to be successfull --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 469a58c..7d00c90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,7 @@ before_script: notifications: email: - - mezuro-core@lists.ime.usp.br + recipients: + - mezuro-core@lists.ime.usp.br + on_success: change + on_failure: always -- libgit2 0.21.2