diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-07-23 00:32:58 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-07-23 00:32:58 +0200 |
commit | c0795cc4daae6af400d2a3493277819369c4985a (patch) | |
tree | d03a7640f1478838df4ede095447eecc8949d9ff | |
parent | 90e532430c94efa8bc5120bd81c9a5321c7deacb (diff) | |
parent | 43538fdca15b9b6cd1d64a7808b4e4a4d2027221 (diff) | |
download | forums-c0795cc4daae6af400d2a3493277819369c4985a.tar forums-c0795cc4daae6af400d2a3493277819369c4985a.tar.gz forums-c0795cc4daae6af400d2a3493277819369c4985a.tar.bz2 forums-c0795cc4daae6af400d2a3493277819369c4985a.tar.xz forums-c0795cc4daae6af400d2a3493277819369c4985a.zip |
Merge remote-tracking branch 'EXreaction/ticket/11726' into develop-olympus
* EXreaction/ticket/11726:
[ticket/11726] Don't run lint tests on Travis on postgres
-rw-r--r-- | travis/phpunit-postgres-travis.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/travis/phpunit-postgres-travis.xml b/travis/phpunit-postgres-travis.xml index 3d1b574716..aa829f4d30 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> |