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>
<!-- <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>