aboutsummaryrefslogtreecommitdiffstats
path: root/travis/phpunit-postgres-travis.xml
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2012-05-11 15:17:13 +0200
committerNils Adermann <naderman@naderman.de>2012-05-11 15:35:57 +0200
commit1960629240679965ca22a98e69973dcfe2e05476 (patch)
treee455cfc05b76f24ed733cd17340784f1733a77a7 /travis/phpunit-postgres-travis.xml
parentb0e273b95f4e668d0716eba5ebcd11c2e642ea03 (diff)
downloadforums-1960629240679965ca22a98e69973dcfe2e05476.tar
forums-1960629240679965ca22a98e69973dcfe2e05476.tar.gz
forums-1960629240679965ca22a98e69973dcfe2e05476.tar.bz2
forums-1960629240679965ca22a98e69973dcfe2e05476.tar.xz
forums-1960629240679965ca22a98e69973dcfe2e05476.zip
[ticket/10492] Skip functional tests on PHP 5.2 on travis
PHPBB3-10492
Diffstat (limited to 'travis/phpunit-postgres-travis.xml')
-rw-r--r--travis/phpunit-postgres-travis.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/travis/phpunit-postgres-travis.xml b/travis/phpunit-postgres-travis.xml
index 461a53bcb1..55ba996548 100644
--- a/travis/phpunit-postgres-travis.xml
+++ b/travis/phpunit-postgres-travis.xml
@@ -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>