Skip to content

Commit

Permalink
removed psr2 check
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Jan 29, 2016
1 parent 6a77877 commit 582f7c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ before_script:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source

script:
- vendor/bin/phpcs --standard=psr2 src/
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

after_script:
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
},
"require-dev": {
"phpunit/phpunit": "4.*",
"scrutinizer/ocular": "1.*",
"squizlabs/php_codesniffer": "2.*"
"scrutinizer/ocular": "1.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 582f7c7

Please sign in to comment.