Skip to content
Snippets Groups Projects
Commit 29dc0005 authored by Regis Houssin's avatar Regis Houssin
Browse files

try to debug

parent 99b1c637
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment