[ticket/11291] phing: Also add checkreturn="true" to composer execution.

PHPBB3-11291
This commit is contained in:
Andreas Fischer 2012-12-29 13:38:40 +01:00
parent b36050983d
commit 6951356a87

View file

@ -50,6 +50,7 @@
<target name="composer">
<exec dir="phpBB"
command="php ../composer.phar install --dev"
checkreturn="true"
passthru="true" />
</target>