Skip to content

Commit

Permalink
Replaces StyleCI integration with code sniffer PSR2 standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsposito committed Mar 10, 2017
1 parent 51150bd commit ed6a63d
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 123 deletions.
10 changes: 0 additions & 10 deletions .styleci.yml

This file was deleted.

1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ before_script:

# Run tests and generate test coverage report.
script:
- vendor/bin/phpcs ./src ./tests --extensions=php --standard=PSR2
- phpunit -d api_key=$API_KEY --coverage-clover build/logs/clover.xml

# Submit test coverage report to Coveralls.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Smmry PHP SDK
[![Build Status](https://travis-ci.org/dayrev/smmry-sdk-php.svg?branch=master)](https://travis-ci.org/dayrev/smmry-sdk-php)
[![StyleCI](https://styleci.io/repos/80203543/shield?branch=master)](https://styleci.io/repos/80203543)
[![Coverage Status](https://coveralls.io/repos/github/dayrev/smmry-sdk-php/badge.svg)](https://coveralls.io/github/dayrev/smmry-sdk-php)
[![Latest Stable Version](https://poser.pugx.org/dayrev/smmry-sdk-php/v/stable.png)](https://packagist.org/packages/dayrev/smmry-sdk-php)
[![Dependency Status](https://www.versioneye.com/user/projects/589d94156a7781003b243071/badge.svg?style=flat)](https://www.versioneye.com/user/projects/589d94156a7781003b243071)
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"php-curl-class/php-curl-class": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^2.8"
},
"autoload": {
"psr-4": {"DayRev\\Smmry\\": "src/"}
Expand Down
Loading

0 comments on commit ed6a63d

Please sign in to comment.