try to debug

This commit is contained in:
Regis Houssin 2012-09-28 13:45:35 +02:00
parent 99b1c63712
commit 29dc00056b

View File

@ -20,7 +20,7 @@
<parallel> <parallel>
<!-- <antcall target="phpmd"/> --> <!-- <antcall target="phpmd"/> -->
<antcall target="phpcpd"/> <antcall target="phpcpd"/>
<antcall target="phpcs"/> <!-- <antcall target="phpcs"/> -->
<antcall target="phploc"/> <antcall target="phploc"/>
</parallel> </parallel>
</target> </target>
@ -89,5 +89,5 @@
</exec> </exec>
</target> </target>
<target name="hudson" depends="clean,phpunit,parallelTasks"/> <target name="hudson" depends="clean,phpunit,phpcs,parallelTasks"/>
</project> </project>