File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ install:
2424 - composer install
2525
2626script :
27- - php -dmemory_limit=-1 -dxdebug.mode=coverage ./vendor/phpunit/phpunit /phpunit --coverage-text --coverage-clover=coverage.clover
27+ - php -dmemory_limit=-1 -dxdebug.mode=coverage ./vendor/bin /phpunit --coverage-text --coverage-clover=coverage.clover
2828
2929after_script :
3030 - wget https://scrutinizer-ci.com/ocular.phar
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 3.0.2 - 2021/01/28
4+ - Update Travis CI badge and settings
5+
6+ ## 3.0.1 - 2021/01/26
7+ - Fix typo
8+
39## 3.0.0 - 2021/01/26
410- use ` splitbrain/phpfarm:jessie ` as Docker image and fix docker image settings
511- Code requires PHP >= 7.4
Original file line number Diff line number Diff line change 44
55[ ![ License] ( https://poser.pugx.org/wsdltophp/phpgenerator/license )] ( https://packagist.org/packages/wsdltophp/phpgenerator )
66[ ![ Latest Stable Version] ( https://poser.pugx.org/wsdltophp/phpgenerator/version.png )] ( https://packagist.org/packages/wsdltophp/phpgenerator )
7- [ ![ Build Status] ( https://api. travis-ci.org /WsdlToPhp/PhpGenerator.svg )] ( https://travis-ci.org /WsdlToPhp/PhpGenerator )
7+ [ ![ Build Status] ( https://travis-ci.com /WsdlToPhp/PhpGenerator.svg )] ( https://travis-ci.com/github /WsdlToPhp/PhpGenerator )
88[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/WsdlToPhp/PhpGenerator/badges/quality-score.png )] ( https://scrutinizer-ci.com/g/WsdlToPhp/PhpGenerator/ )
99[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/WsdlToPhp/PhpGenerator/badges/coverage.png )] ( https://scrutinizer-ci.com/g/WsdlToPhp/PhpGenerator/ )
1010[ ![ Total Downloads] ( https://poser.pugx.org/wsdltophp/phpgenerator/downloads )] ( https://packagist.org/packages/wsdltophp/phpgenerator )
You can’t perform that action at this time.
0 commit comments