mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-26 16:52:04 +05:30
Run codesniffer
This commit is contained in:
parent
b82551c97d
commit
7fada0964d
@ -14,9 +14,6 @@ before_script:
|
||||
- composer self-update
|
||||
- composer --version
|
||||
- composer install --prefer-source
|
||||
- ./vendor/bin/phpcs src --standard=psr2
|
||||
|
||||
script: phpunit --configuration phpunit.xml.dist
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- vendor
|
||||
script: phpunit --configuration phpunit.xml.dist
|
@ -10,7 +10,8 @@
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"mockery/mockery": "~0.9",
|
||||
"league/phpunit-coverage-listener": "~1.0"
|
||||
"league/phpunit-coverage-listener": "~1.0",
|
||||
"squizlabs/php_codesniffer": "1.*"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user