diff --git a/quickbuild.xml b/quickbuild.xml
index 10de411e34798d55dfc140ae08b1e593d45520a1..779e1d6a2992238ad1a22bf0f35861e0ae23a132 100644
--- a/quickbuild.xml
+++ b/quickbuild.xml
@@ -20,7 +20,7 @@
   <parallel>
    <!-- <antcall target="phpmd"/> -->
    <antcall target="phpcpd"/>
-   <antcall target="phpcs"/>
+   <!-- <antcall target="phpcs"/> -->
    <antcall target="phploc"/>
   </parallel>
  </target>
@@ -89,5 +89,5 @@
   </exec>
  </target>
 
- <target name="hudson" depends="clean,phpunit,parallelTasks"/>
+ <target name="hudson" depends="clean,phpunit,phpcs,parallelTasks"/>
 </project>
\ No newline at end of file