From e2fe2eedf7aaca76bf901d28f709285eef60a749 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 15 Nov 2020 14:33:08 +0000 Subject: [PATCH] fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ac0a199..2c32a54 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - name: run tests image: chialab/php commands: - - URL=http://testserver:8080 vendor/bin/phpunit tests --testdox --colours=always --no-interaction + - URL=http://testserver:8080 vendor/bin/phpunit tests --testdox --color=always --no-interaction services: