Skip to content

Commit

Permalink
[ticket/10492] Skip functional tests on PHP 5.2 on travis
Browse files Browse the repository at this point in the history
PHPBB3-10492
  • Loading branch information
naderman committed May 11, 2012
1 parent b0e273b commit 1960629
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions travis/phpunit-mysql-travis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<testsuites>
<testsuite name="phpBB Test Suite">
<directory suffix="_test.php">../tests/</directory>
<exclude>tests/functional</exclude>
</testsuite>
<testsuite name="phpBB Functional Tests">
<directory suffix="_test.php" phpVersion="5.3.0" phpVersionOperator=">=">../tests/functional</directory>
</testsuite>
</testsuites>

Expand Down
4 changes: 4 additions & 0 deletions travis/phpunit-postgres-travis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<testsuites>
<testsuite name="phpBB Test Suite">
<directory suffix="_test.php">../tests/</directory>
<exclude>tests/functional</exclude>
</testsuite>
<testsuite name="phpBB Functional Tests">
<directory suffix="_test.php" phpVersion="5.3.0" phpVersionOperator=">=">../tests/functional</directory>
</testsuite>
</testsuites>

Expand Down

0 comments on commit 1960629

Please sign in to comment.