aboutsummaryrefslogtreecommitdiffstats
path: root/travis/phpunit-postgres-travis.xml
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-07-13 10:28:02 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-07-13 10:28:02 -0500
commitfd10d97cb1e6c43b88b923bab1015cafe03d379c (patch)
treebf9b18e984e17cd631d2f9c01b50068224aba54b /travis/phpunit-postgres-travis.xml
parent1584fdd26dd73610d76e1bacf25c442d5d59f0f9 (diff)
parentb1b37ddde2ddf6bae5d64e634f070c7f7afd251f (diff)
downloadforums-fd10d97cb1e6c43b88b923bab1015cafe03d379c.tar
forums-fd10d97cb1e6c43b88b923bab1015cafe03d379c.tar.gz
forums-fd10d97cb1e6c43b88b923bab1015cafe03d379c.tar.bz2
forums-fd10d97cb1e6c43b88b923bab1015cafe03d379c.tar.xz
forums-fd10d97cb1e6c43b88b923bab1015cafe03d379c.zip
Merge branch 'develop-olympus' into develop
# By Igor Wiedler (1) and others * develop-olympus: [ticket/11671] Update composer.lock [ticket/11671] Add phing as a dependency and upgrade deps [ticket/11668] Move lint test to the end for travis Conflicts: phpBB/composer.lock
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 a9062efafb..9f281b4c21 100644
--- a/travis/phpunit-postgres-travis.xml
+++ b/travis/phpunit-postgres-travis.xml
@@ -15,6 +15,10 @@
<testsuite name="phpBB Test Suite">
<directory suffix="_test.php">../tests/</directory>
<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>