travis: Disable e-mail notifications
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 3 Jul 2014 12:43:44 +0000 (14:43 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 3 Jul 2014 12:43:44 +0000 (14:43 +0200)
Those with admin access to the GitHub repo get e-mails by default
for build failures.

Change-Id: I1edba0af7f53ed40066cd395fe70daf3c99413eb

.travis.yml

index 64075f1..dedb4e1 100644 (file)
@@ -38,6 +38,7 @@ script:
   - php tests/phpunit/phpunit.php
 
 notifications:
+  email: false
   irc:
     channels:
       - "chat.freenode.net#mediawiki-core"