1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 07:08:09 +01:00

Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/11726] Don't run lint tests on Travis on postgres
This commit is contained in:
Andreas Fischer 2013-07-23 00:33:07 +02:00
commit 7c8e71845f

View File

@ -17,9 +17,6 @@
<exclude>tests/functional</exclude>
<exclude>tests/lint_test.php</exclude>
</testsuite>
<testsuite name="phpBB Lint Test">
<file>tests/lint_test.php</file>
</testsuite>
<testsuite name="phpBB Functional Tests">
<directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory>
</testsuite>