mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11291] phing: Also add checkreturn="true" to composer execution.
PHPBB3-11291
This commit is contained in:
parent
b36050983d
commit
6951356a87
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
|||
<target name="composer">
|
||||
<exec dir="phpBB"
|
||||
command="php ../composer.phar install --dev"
|
||||
checkreturn="true"
|
||||
passthru="true" />
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue