fix some ansi trouble
continuous-integration/drone/push Build is passing Details

master
eater 5 years ago
parent aaaa3c6c8b
commit 2b9ff0d04c
Signed by: eater
GPG Key ID: AD2560A0F84F0759

@ -25,14 +25,14 @@ steps:
- name: static analysis - name: static analysis
image: d.xr.to/php image: d.xr.to/php
commands: commands:
- ./vendor/bin/phpstan analyse -l max -a config/autoload_with_route.php src - ./vendor/bin/phpstan analyse --no-ansi --no-interaction -l max -a config/autoload_with_route.php src
depends_on: depends_on:
- composer - composer
- name: testing - name: testing
image: d.xr.to/php image: d.xr.to/php
commands: commands:
- ./vendor/bin/phpunit - ./vendor/bin/phpunit --colors=always
depends_on: depends_on:
- composer - composer
@ -42,4 +42,4 @@ volumes:
path: /tank/var/composer-cache path: /tank/var/composer-cache
--- ---
kind: signature kind: signature
hmac: 14e6f6584181d960650e6f38c42740c8b9a50d17ba6e61a6177ff824313a0bdd hmac: cb0fb5d289447319937373a214be5e069ef236ad7f1bac7a18d4d027ec76277d
Loading…
Cancel
Save