Fix: move phpunit in first and stop if failure
This commit is contained in:
parent
aae57a9f98
commit
22c232f82d
@ -88,5 +88,5 @@
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
<target name="hudson" depends="clean,parallelTasks,phpunit"/>
|
||||
<target name="hudson" depends="clean,phpunit,parallelTasks"/>
|
||||
</project>
|
||||
@ -8,7 +8,7 @@
|
||||
convertWarningsToExceptions="true"
|
||||
colors="true"
|
||||
processIsolation="false"
|
||||
stopOnFailure="false"
|
||||
stopOnFailure="true"
|
||||
syntaxCheck="true">
|
||||
<filter>
|
||||
<blacklist>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user