Run codesniffer

This commit is contained in:
Alex Bilbie 2014-05-03 11:08:43 +01:00
parent b82551c97d
commit 7fada0964d
2 changed files with 4 additions and 6 deletions

View File

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

View File

@ -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": [
{