[CI] add composer to build.xml; run PHPCompatibility check; run only phpunit in travis

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-23 10:39:27 +01:00
parent 17c6b11a1b
commit e1987af34d
4 changed files with 74 additions and 27 deletions

View File

@@ -14,9 +14,14 @@
<!-- PHP Code Sniffer findings -->
<source type="phpcs">
<file name="logs/checkstyle.xml" />
<file name="logs/checkstyle-standard.xml" />
</source>
<!-- PHP Code Sniffer PHPCompatibility -->
<source type="phpcs">
<file name="logs/checkstyle-compat.xml" />
</source>
<!-- PHPMessDetector -->
<source type="pmd">
<file name="logs/pmd.xml" />