From 2ac7560b816a12cade78dda801b9d8f3a06adc60 Mon Sep 17 00:00:00 2001 From: Fernando Ontiveros Date: Wed, 17 Oct 2012 09:39:46 -0400 Subject: [PATCH] JENKINS-CI enabling build.xml for phpcs only --- build.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 42406bf98..072101cde 100644 --- a/build.xml +++ b/build.xml @@ -1,11 +1,14 @@ - + + depends="prepare,phpunit,phpcs-ci,phploc,lint"/> + + @@ -98,6 +101,18 @@ + + + + + + + + + + + +