diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2015-05-03 12:58:30 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-05-03 20:07:51 +0200 |
commit | b73b9f1dec0f5f063808980684ba98020dc8974f (patch) | |
tree | 53890cca6d019f0a909198c87885c3ce3eb94224 /travis | |
parent | Merge branch 'prep-release-3.1.4' into 3.1.x (diff) | |
download | phpbb-b73b9f1dec0f5f063808980684ba98020dc8974f.tar.gz phpbb-b73b9f1dec0f5f063808980684ba98020dc8974f.tar.bz2 phpbb-b73b9f1dec0f5f063808980684ba98020dc8974f.zip |
[ticket/13809] Perform the lint test prior to normal tests
PHPBB3-13809
Diffstat (limited to 'travis')
-rw-r--r-- | travis/phpunit-mysqli-travis.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/travis/phpunit-mysqli-travis.xml b/travis/phpunit-mysqli-travis.xml index 4c963895fc..b12ae6fe8b 100644 --- a/travis/phpunit-mysqli-travis.xml +++ b/travis/phpunit-mysqli-travis.xml @@ -18,9 +18,6 @@ <exclude>../tests/lint_test.php</exclude> <exclude>../tests/ui</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> |