From 2b9ff0d04c9d9f06bc56e7d782dbfd419a7eea1f Mon Sep 17 00:00:00 2001 From: eater <=@eater.me> Date: Sat, 23 Nov 2019 23:46:38 +0100 Subject: [PATCH] fix some ansi trouble --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1204706..4664a1a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,14 +25,14 @@ steps: - name: static analysis image: d.xr.to/php 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: - composer - name: testing image: d.xr.to/php commands: - - ./vendor/bin/phpunit + - ./vendor/bin/phpunit --colors=always depends_on: - composer @@ -42,4 +42,4 @@ volumes: path: /tank/var/composer-cache --- kind: signature -hmac: 14e6f6584181d960650e6f38c42740c8b9a50d17ba6e61a6177ff824313a0bdd \ No newline at end of file +hmac: cb0fb5d289447319937373a214be5e069ef236ad7f1bac7a18d4d027ec76277d \ No newline at end of file