mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-24 15:48:08 +00:00
Do not display download progress in Travis
This commit is contained in:
parent
c64a14787d
commit
7f2d9f9613
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
<exec executable="composer">
|
<exec executable="composer">
|
||||||
<arg value="install"/>
|
<arg value="install"/>
|
||||||
<arg value="--no-interaction"/>
|
<arg value="--no-interaction"/>
|
||||||
|
<arg value="--no-progress"/>
|
||||||
<arg value="--working-dir=.."/>
|
<arg value="--working-dir=.."/>
|
||||||
</exec>
|
</exec>
|
||||||
<exec executable="php">
|
<exec executable="php">
|
||||||
|
|
Loading…
Reference in a new issue