From 9a18c222ef693e764735a0c47fa2a188595c9955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 18 Oct 2012 09:33:20 +0200 Subject: [PATCH] Enable email notifications from Trevis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index e4b488f6f1..11be193a67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,7 @@ php: - "5.4" - "5.3" script: phpunit --configuration phpunit.xml.nocoverage +notifications: + email: + recipients: + phpmyadmin-devel@lists.sourceforge.net