1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 15:57:45 +02:00

Merge remote-tracking branch 'github-bantu/ticket/12147' into develop-olympus

* github-bantu/ticket/12147:
  [ticket/12147] Remove Travis CI notifications.
This commit is contained in:
Nils Adermann
2014-02-02 16:26:33 +01:00

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