File tree Expand file tree Collapse file tree 5 files changed +152
-123
lines changed Expand file tree Collapse file tree 5 files changed +152
-123
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ before_script:
15
15
16
16
# Run tests and generate test coverage report.
17
17
script :
18
+ - vendor/bin/phpcs ./src ./tests --extensions=php --standard=PSR2
18
19
- phpunit -d api_key=$API_KEY --coverage-clover build/logs/clover.xml
19
20
20
21
# Submit test coverage report to Coveralls.
Original file line number Diff line number Diff line change 1
1
# Smmry PHP SDK
2
2
[ ![ Build Status] ( https://travis-ci.org/dayrev/smmry-sdk-php.svg?branch=master )] ( https://travis-ci.org/dayrev/smmry-sdk-php )
3
- [ ![ StyleCI] ( https://styleci.io/repos/80203543/shield?branch=master )] ( https://styleci.io/repos/80203543 )
4
3
[ ![ Coverage Status] ( https://coveralls.io/repos/github/dayrev/smmry-sdk-php/badge.svg )] ( https://coveralls.io/github/dayrev/smmry-sdk-php )
5
4
[ ![ Latest Stable Version] ( https://poser.pugx.org/dayrev/smmry-sdk-php/v/stable.png )] ( https://packagist.org/packages/dayrev/smmry-sdk-php )
6
5
[ ![ Dependency Status] ( https://www.versioneye.com/user/projects/589d94156a7781003b243071/badge.svg?style=flat )] ( https://www.versioneye.com/user/projects/589d94156a7781003b243071 )
Original file line number Diff line number Diff line change 16
16
"php-curl-class/php-curl-class" : " ^7.1"
17
17
},
18
18
"require-dev" : {
19
- "phpunit/phpunit" : " ^5.7"
19
+ "phpunit/phpunit" : " ^5.7" ,
20
+ "squizlabs/php_codesniffer" : " ^2.8"
20
21
},
21
22
"autoload" : {
22
23
"psr-4" : {"DayRev\\ Smmry\\ " : " src/" }
You can’t perform that action at this time.
0 commit comments