From d0ac0aa68d8b0396271107354a48d86cbbb71a6d Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 3 Jul 2014 14:43:44 +0200 Subject: [PATCH] travis: Disable e-mail notifications Those with admin access to the GitHub repo get e-mails by default for build failures. Change-Id: I1edba0af7f53ed40066cd395fe70daf3c99413eb --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 64075f1da2..dedb4e14a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ script: - php tests/phpunit/phpunit.php notifications: + email: false irc: channels: - "chat.freenode.net#mediawiki-core" -- 2.20.1