aboutsummaryrefslogtreecommitdiffstats
path: root/travis/phpunit-postgres-travis.xml
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2013-07-12 16:14:16 -0400
committerIgor Wiedler <igor@wiedler.ch>2013-07-12 16:16:01 -0400
commit3375f41ef1eaca8edca344372a31d4aafb739c87 (patch)
treec047990b5272c9bbc624c8aea5156b9dbc3ee2e8 /travis/phpunit-postgres-travis.xml
parent67c10ca622139ad5227e32153b44765a58f497d1 (diff)
downloadforums-3375f41ef1eaca8edca344372a31d4aafb739c87.tar
forums-3375f41ef1eaca8edca344372a31d4aafb739c87.tar.gz
forums-3375f41ef1eaca8edca344372a31d4aafb739c87.tar.bz2
forums-3375f41ef1eaca8edca344372a31d4aafb739c87.tar.xz
forums-3375f41ef1eaca8edca344372a31d4aafb739c87.zip
[ticket/11668] Move lint test to the end for travis
PHPBB3-11668
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 12e20547ba..3d1b574716 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>