ci: Don't display Composer progress

In order to make the logs easier to read
This commit is contained in:
Pierre Rudloff 2019-09-21 14:07:22 +02:00
parent c06a194b3d
commit 8bb838ef74
2 changed files with 3 additions and 3 deletions

View file

@ -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)