File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ install:
2020 - composer install
2121
2222script :
23- - ./vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
23+ - php -dmemory_limit=-1 -dxdebug.mode=coverage ./vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
2424
2525after_script :
2626 - wget https://scrutinizer-ci.com/ocular.phar
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 2.2.1 - 2021-01-28
4+ - Fix Travis settings
5+
36## 2.2.0 - 2020-09-11
47- Issue #31 - Add output headers to SoapClient in order to be able to store them
58
Original file line number Diff line number Diff line change 44
55[ ![ Latest Stable Version] ( https://poser.pugx.org/wsdltophp/packagebase/version.png )] ( https://packagist.org/packages/wsdltophp/packagebase )
66[ ![ Total Downloads] ( https://poser.pugx.org/wsdltophp/packagebase/downloads )] ( https://packagist.org/packages/wsdltophp/packagebase )
7- [ ![ Build Status] ( https://api. travis-ci.org /WsdlToPhp/PackageBase.svg )] ( https://travis-ci.org /WsdlToPhp/PackageBase )
7+ [ ![ Build Status] ( https://travis-ci.com /WsdlToPhp/PackageBase.svg?branch=2.x )] ( https://travis-ci.com/github /WsdlToPhp/PackageBase )
88[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/WsdlToPhp/PackageBase/badges/quality-score.png )] ( https://scrutinizer-ci.com/g/WsdlToPhp/PackageBase/ )
99[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/WsdlToPhp/PackageBase/badges/coverage.png )] ( https://scrutinizer-ci.com/g/WsdlToPhp/PackageBase/ )
1010[ ![ StyleCI] ( https://styleci.io/repos/38760239/shield )] ( https://styleci.io/repos/38760239 )
You can’t perform that action at this time.
0 commit comments