Browse Source

fix(CI): Fix color option on CI

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/10571/head
Joas Schilling 2 years ago
parent
commit
6db184aaf1
No known key found for this signature in database GPG Key ID: C400AAF20C1BB6FC
  1. 2
      composer.json

2
composer.json

@ -33,7 +33,7 @@
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
],
"test:unit": "vendor/bin/phpunit -c tests/php/phpunit.xml --color --fail-on-warning --fail-on-risky"
"test:unit": "vendor/bin/phpunit -c tests/php/phpunit.xml --colors=always --fail-on-warning --fail-on-risky"
},
"require-dev": {
"nextcloud/ocp": "dev-master",

Loading…
Cancel
Save