From b5b6abcc10b4ee6196d0abbd48d7639d1c2f3b1c Mon Sep 17 00:00:00 2001 From: scribu Date: Tue, 30 Apr 2013 18:02:02 +0300 Subject: [PATCH] travis: don't send email notifications on success Branches always go through pull requests, which give plenty of feedback about the build status. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 48687d04..f6bfe635 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,3 +23,7 @@ before_script: - mysql -e 'GRANT ALL PRIVILEGES ON wp_cli_test.* TO "wp_cli_test"@"localhost" IDENTIFIED BY "password1"' -uroot script: vendor/bin/phpunit && vendor/bin/behat + +notifications: + email: + on_success: never -- 2.11.0