try to debug
This commit is contained in:
parent
99b1c63712
commit
29dc00056b
@ -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>
|
||||||
Loading…
Reference in New Issue
Block a user