summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKore Nordmann <mail@kore-nordmann.de>2013-12-21 10:54:25 +0100
committerKore Nordmann <mail@kore-nordmann.de>2013-12-21 10:54:25 +0100
commit0c2fd580cfeee41d6406239f5084b03d86b6d137 (patch)
treeeba958b9dabdac789a05abc31e1f22a19ca8c7d5
parent5c05ac2bdfa2f032f8ff5aab5ea0813300703887 (diff)
downloadzetacomponents-graph-0c2fd580cfeee41d6406239f5084b03d86b6d137.zip
zetacomponents-graph-0c2fd580cfeee41d6406239f5084b03d86b6d137.tar.gz
Do not run static source analysis
-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