aboutsummaryrefslogtreecommitdiffstats
path: root/travis/phpunit-postgres-travis.xml
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-07-23 00:33:07 +0200
committerAndreas Fischer <bantu@phpbb.com>2013-07-23 00:33:07 +0200
commit7c8e71845f5bb018f3f26378c931290e0359c494 (patch)
tree2701dfcfb86f93f924508fc10438e07dec22c8e7 /travis/phpunit-postgres-travis.xml
parentc2d919f12d82b4c9c19f170f0c69c9b64d06f855 (diff)
parentc0795cc4daae6af400d2a3493277819369c4985a (diff)
downloadforums-7c8e71845f5bb018f3f26378c931290e0359c494.tar
forums-7c8e71845f5bb018f3f26378c931290e0359c494.tar.gz
forums-7c8e71845f5bb018f3f26378c931290e0359c494.tar.bz2
forums-7c8e71845f5bb018f3f26378c931290e0359c494.tar.xz
forums-7c8e71845f5bb018f3f26378c931290e0359c494.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/11726] Don't run lint tests on Travis on postgres
Diffstat (limited to 'travis/phpunit-postgres-travis.xml')
-rw-r--r--travis/phpunit-postgres-travis.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/travis/phpunit-postgres-travis.xml b/travis/phpunit-postgres-travis.xml
index 9f281b4c21..c397882d3c 100644
--- a/travis/phpunit-postgres-travis.xml
+++ b/travis/phpunit-postgres-travis.xml
@@ -17,9 +17,6 @@
<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>
</testsuite>