Skip to content

Commit

Permalink
Remove phpcs as Scrutinizer-CI does it internally
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlundrigan committed Jun 27, 2014
1 parent bda7f6e commit f52ea9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ script:
- ./vendor/bin/php-cs-fixer fix -v --dry-run --fixers=-psr0,psr1,psr2 src;
- ./vendor/bin/php-cs-fixer fix -v --dry-run --fixers=-psr0,psr1,psr2 tests;
- ./vendor/bin/phpunit -c $TRAVIS_BUILD_DIR/tests/phpunit.xml
- ./vendor/bin/phpcs -n --standard=PSR2 ./src/ ./tests/


after_script:
Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
"require-dev": {
"phpunit/phpunit": "~4.1",
"mockery/mockery": "~0.9",
"fabpot/php-cs-fixer": "@stable",
"phpmd/phpmd" : "1.4.*",
"squizlabs/php_codesniffer" : "1.4.*"
"fabpot/php-cs-fixer": "@stable"
},
"autoload": {
"files": [ "Module.php" ],
Expand Down

0 comments on commit f52ea9d

Please sign in to comment.