ci: Don't display Composer progress
In order to make the logs easier to read
This commit is contained in:
parent
c06a194b3d
commit
8bb838ef74
2 changed files with 3 additions and 3 deletions
|
@ -5,5 +5,5 @@ addons:
|
|||
apt:
|
||||
packages:
|
||||
- language-pack-fr
|
||||
install: composer install
|
||||
install: composer install --no-progress
|
||||
after_success: bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue