* composer command changes for teamcity
This commit is contained in:
parent
98acdd0931
commit
ca0813ae28
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user