Skip to content

Commit 46eeafb

Browse files
committed
Merge branch 'release/2.2.1' into 2.x
2 parents 561d3c9 + 02474d9 commit 46eeafb

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
- composer install
2121

2222
script:
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

2525
after_script:
2626
- wget https://scrutinizer-ci.com/ocular.phar

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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)

0 commit comments

Comments
 (0)