From ca0813ae288ba30c6757c51727c14dd1d990055b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Danyi?= Date: Fri, 26 Jan 2018 14:48:53 +0100 Subject: [PATCH] * composer command changes for teamcity --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 98d6376..b0d85a1 100644 --- a/composer.json +++ b/composer.json @@ -52,13 +52,12 @@ ], "clear-config-cache": "php bin/clear-config-cache.php", "cs-check": "phpcs", - "cs-check-ci": "phpcs --no-colors --report=TeamCityCsReport.php", + "cs-check-teamcity": "phpcs --no-colors --report=TeamCityCsReport.php", "cs-fix": "phpcbf", "serve": "php -S 0.0.0.0:8888 -t public index.php", "test": "phpunit --colors=always", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", "test-coverage-html": "phpunit --colors=always --coverage-html test/coverage", - "test-coverage-ci": "phpunit --colors=always --coverage-html test/coverage --teamcity", "upload-coverage": "coveralls -v" } }