Skip to content

Commit

Permalink
Merge pull request #466 from saimaz/psr2
Browse files Browse the repository at this point in the history
Changed ONGR code style check to PSR2
  • Loading branch information
saimaz committed Nov 18, 2015
2 parents e76e7df + 3e0317d commit b616d6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_script:
- composer install --no-interaction
script:
- vendor/bin/phpunit --coverage-clover=coveralls.clover
- vendor/bin/phpcs -p --standard=vendor/ongr/ongr-strict-standard/Ongr --ignore=vendor/,Tests/app/ ./
- vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor/,Tests/app/ ./
after_script:
- vendor/bin/coveralls
notifications:
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"mikey179/vfsStream": "~1.4",
"phpunit/phpunit": "~4.4",
"squizlabs/php_codesniffer": "~2.0",
"ongr/ongr-strict-standard": "~2.0",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit b616d6f

Please sign in to comment.