]> granicus.if.org Git - php/commitdiff
Disable email notifications for travis-ci
authorDavid Soria Parra <dsp@php.net>
Fri, 8 Jun 2012 20:56:02 +0000 (22:56 +0200)
committerDavid Soria Parra <dsp@php.net>
Fri, 8 Jun 2012 20:56:22 +0000 (22:56 +0200)
.travis.yml

index 5995773261a2c241777b6078ca3e7636672364da..2939e3e92a150b82b0684579a3e77733de763506 100644 (file)
@@ -5,11 +5,7 @@ php:
     - 5.4
 
 notifications:
-    email:
-        recipients:
-            - php-qa@lists.php.net
-        on_success: never # [always|never|change] default: change
-        on_failure: never # [always|never|change] default: always
+    email: false
 
 env:
     - REPORT_EXIT_STATUS=1 TEST_PHP_EXECUTABLE=./sapi/cli/php