From abec568e94936cb07287e3ec61d29b519b012e26 Mon Sep 17 00:00:00 2001 From: Sergio de EOM Date: Fri, 28 Apr 2017 03:31:44 +0000 Subject: [PATCH] Revert "Update bitbucket-pipelines.yml Ajueste para que funcione el logo de coverage en el reporte" This reverts commit 0f2c7e59ea5f836999c66808359601a2dfa07049 --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index d9d9698..8a13d39 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -12,7 +12,7 @@ pipelines: # PHP version y modulos - php -v && php -m # Exec Test - - vendor/bin/phpunit --configuration phpunit_mysql.xml --coverage-text --colors=never + - vendor/bin/phpunit --configuration phpunit_mysql.xml --coverage-text services: - mysql -- GitLab