add colors

This commit is contained in:
TomasVotruba 2020-10-10 23:23:24 +02:00
parent d5c0991d77
commit c05e43defa
2 changed files with 2 additions and 2 deletions

View File

@ -24,5 +24,5 @@ jobs:
- name: Setup Problem Matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- run: composer update --no-progress # --prefer-lowest
- run: composer update --no-progress --ansi # --prefer-lowest
- run: vendor/bin/phpunit

View File

@ -14,7 +14,7 @@ jobs:
name: "Split Monorepo"
if: (branch = master OR tag IS present) && type = push
script:
- composer update
- composer update --ansi
# travis_retry to prevent fails
- travis_retry vendor/bin/monorepo-builder split --ansi