[task/travis] Some more small travis fixes

PHPBB3-10718
This commit is contained in:
Michael Cullum 2012-03-22 14:44:36 +00:00
parent c7f65fba62
commit 115ee7f3b8
2 changed files with 1 additions and 7 deletions

View file

@ -26,9 +26,3 @@ notifications:
- dev-team@phpbb.com - dev-team@phpbb.com
on_success: change on_success: change
on_failure: change on_failure: change
branches:
only:
develop
develop-olympus
task/travis

View file

@ -8,7 +8,7 @@
processIsolation="false" processIsolation="false"
stopOnFailure="false" stopOnFailure="false"
syntaxCheck="true" syntaxCheck="true"
strict="true" strict="true"
bootstrap="../tests/bootstrap.php"> bootstrap="../tests/bootstrap.php">
<testsuites> <testsuites>
<testsuite name="phpBB Test Suite"> <testsuite name="phpBB Test Suite">