1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-02 22:02:07 +02:00

[ticket/12147] Remove Travis CI notifications.

We don't want to get notifications for branches other people are working on.

PHPBB3-12147
This commit is contained in:
Andreas Fischer 2014-02-02 15:12:30 +01:00
parent 1666476b42
commit 9cc8768fa0

View File

@ -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