29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-24 22:39:31 +00:00

make composer output better readable

This commit is contained in:
Robert Deutz 2018-04-02 19:17:42 +02:00
parent d8c6e27cf8
commit f0bba543d9
No known key found for this signature in database
GPG Key ID: D81EF05FE9B6B8FF

View File

@ -13,9 +13,9 @@ pipeline:
initdb:
image: joomlaprojects/docker-php70:develop
commands:
- composer install
- composer update joomla/test-unit
- composer update joomla/test-system
- composer install --no-progress --no-suggest
- composer update joomla/test-unit --no-progress --no-suggest
- composer update joomla/test-system --no-progress --no-suggest
php70-unit:
group: unit