diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-07-22 12:23:53 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-07-22 12:23:53 -0500 |
commit | 43538fdca15b9b6cd1d64a7808b4e4a4d2027221 (patch) | |
tree | d03a7640f1478838df4ede095447eecc8949d9ff /travis | |
parent | 90e532430c94efa8bc5120bd81c9a5321c7deacb (diff) | |
download | forums-43538fdca15b9b6cd1d64a7808b4e4a4d2027221.tar forums-43538fdca15b9b6cd1d64a7808b4e4a4d2027221.tar.gz forums-43538fdca15b9b6cd1d64a7808b4e4a4d2027221.tar.bz2 forums-43538fdca15b9b6cd1d64a7808b4e4a4d2027221.tar.xz forums-43538fdca15b9b6cd1d64a7808b4e4a4d2027221.zip |
[ticket/11726] Don't run lint tests on Travis on postgres
PHPBB3-11726
Diffstat (limited to 'travis')
-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> |