* composer command changes for teamcity

This commit is contained in:
Dávid Danyi 2018-01-26 14:48:53 +01:00
parent 98acdd0931
commit ca0813ae28

View File

@ -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"
}
}