aboutsummaryrefslogtreecommitdiffstats
path: root/travis/phpunit-postgres-travis.xml
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-07-13 10:21:58 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-07-13 10:21:58 -0500
commitb1b37ddde2ddf6bae5d64e634f070c7f7afd251f (patch)
tree01dbf1c50aaafffb5a23f1454274d828cc977de2 /travis/phpunit-postgres-travis.xml
parent2b69715e2103ec32fdf09beff3beb7097ebf2c2c (diff)
parent3375f41ef1eaca8edca344372a31d4aafb739c87 (diff)
downloadforums-b1b37ddde2ddf6bae5d64e634f070c7f7afd251f.tar
forums-b1b37ddde2ddf6bae5d64e634f070c7f7afd251f.tar.gz
forums-b1b37ddde2ddf6bae5d64e634f070c7f7afd251f.tar.bz2
forums-b1b37ddde2ddf6bae5d64e634f070c7f7afd251f.tar.xz
forums-b1b37ddde2ddf6bae5d64e634f070c7f7afd251f.zip
Merge remote-tracking branch 'remotes/igorw/ticket/11668-travis' into develop-olympus
# By Igor Wiedler # Via Igor Wiedler * remotes/igorw/ticket/11668-travis: [ticket/11668] Move lint test to the end for travis
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>