From 8e42a6fd159fd29b68ee3708e42a6f9e08c02c2b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 19 Oct 2013 14:11:56 +0200 Subject: [PATCH] Avoid email when travis is ok --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6bee6a229b2..c6f3b43c447 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,11 @@ # Command run is phpunit # For syntax, see http://about.travis-ci.org/docs/user/languages/php/ +notifications: + email: + on_success: never # [always|never|change] default: change + on_failure: always # [always|never|change] default: always + services: - memcached # will start memcached