File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ before_install:
2222install :
2323 - composer update --no-interaction
2424script :
25- - ./bin/phpcs.phar --standard=PSR2 ./src -v
26- - ./bin/phpcpd.phar ./src
27- - ./bin/security-checker.phar security:check ./composer.lock
28- - ./bin/phpmd.phar ./src text ./phpmd.xml
29- - ./bin/phpunit.phar --coverage-clover build/logs/clover.xml
25+ - ./vendor/ bin/phpcs.phar --standard=PSR2 ./src -v
26+ - ./vendor/ bin/phpcpd.phar ./src
27+ - ./vendor/ bin/security-checker.phar security:check ./composer.lock
28+ - ./vendor/ bin/phpmd.phar ./src text ./phpmd.xml
29+ - ./vendor/ bin/phpunit.phar --coverage-clover build/logs/clover.xml
3030after_success :
31- - ./bin/test-reporter
31+ - ./vendor/ bin/test-reporter
3232notifications :
3333 email : false
3434 webhooks :
You can’t perform that action at this time.
0 commit comments