mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:48:53 +00:00
[task/travis] Some more small travis fixes
PHPBB3-10718
This commit is contained in:
parent
c7f65fba62
commit
115ee7f3b8
2 changed files with 1 additions and 7 deletions
|
@ -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
|
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue