From 9cc8768fa05d40b712aa6b77eb809665aaaf417a Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sun, 2 Feb 2014 15:12:30 +0100 Subject: [PATCH] [ticket/12147] Remove Travis CI notifications. We don't want to get notifications for branches other people are working on. PHPBB3-12147 --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index ecaf43c4b5..18bd25e725 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,10 +24,3 @@ before_script: script: - sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.2' ]; then phpunit --configuration travis/phpunit-$DB-travis.xml; else phpBB/vendor/bin/phpunit --configuration travis/phpunit-$DB-travis.xml; fi" - -notifications: - email: - recipients: - - dev-team@phpbb.com - on_success: change - on_failure: change