summaryrefslogtreecommitdiffstats
path: root/build.properties
diff options
context:
space:
mode:
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.properties b/build.properties
index 3526532..c98da35 100644
--- a/build.properties
+++ b/build.properties
@@ -18,8 +18,12 @@ codesniffer.standard = Ezc
codesniffer.standard.package.name = PHP_CodeSniffer_Standards_EZC
codesniffer.standard.package.channel = pear.xplib.de
-# Disabled because of https://github.com/phpmd/phpmd/issues/47
+# Disable static code analysis … Travis does not publish them anyways
phpmd.enabled = false
+pdepend.enabled = false
+phpcpd.enabled = false
+codesniffer.enabled = false
+phploc.enabled = false
# Ignore codesniffer and PHPCPD failures for now
codesniffer.fail.on.violation = false
OpenPOWER on IntegriCloud