[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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user