File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 22composer.lock
33tests /cov
44. * .swp
5+
6+ # Composer binaries
7+ bin /phpunit
8+ bin /php-cs-fixer
9+ bin /sabre-cs-fixer
Original file line number Diff line number Diff line change @@ -15,9 +15,8 @@ sudo: false
1515
1616cache : vendor
1717
18-
1918script :
20- - phpunit --configuration tests/phpunit.xml
21- - ./vendor/ bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
19+ - ./bin/ phpunit --configuration tests/phpunit.xml.dist
20+ - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
2221
2322before_script : composer install
Original file line number Diff line number Diff line change 3232 "bin" : [
3333 ],
3434 "require-dev" : {
35- "squizlabs/php_codesniffer " : " * " ,
35+ "sabre/cs " : " ~0.0.2 " ,
3636 "phpunit/phpunit" : " *"
37+ },
38+ "config" : {
39+ "bin-dir" : " bin/"
3740 }
3841}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments