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 @@ -24,7 +24,7 @@ install:
24
24
- composer install
25
25
26
26
script :
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
28
28
29
29
after_script :
30
30
- wget https://scrutinizer-ci.com/ocular.phar
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.0.1 - 2021/01/28
4
+ - Minor readme and Travis CI updates
5
+
3
6
## 2.0.0 - 2021/01/26
4
7
- use ` splitbrain/phpfarm:jessie ` as Docker image and fix docker image settings
5
8
- Code requires PHP >= 7.4
Original file line number Diff line number Diff line change 4
4
5
5
[ ![ License] ( https://poser.pugx.org/wsdltophp/domhandler/license )] ( https://packagist.org/packages/wsdltophp/domhandler )
6
6
[ ![ Latest Stable Version] ( https://poser.pugx.org/wsdltophp/domhandler/version.png )] ( https://packagist.org/packages/wsdltophp/domhandler )
7
- [ ![ Build Status] ( https://travis-ci.org /WsdlToPhp/DomHandler.svg )] ( https://travis-ci.org /WsdlToPhp/DomHandler )
7
+ [ ![ Build Status] ( https://travis-ci.com /WsdlToPhp/DomHandler.svg )] ( https://travis-ci.com/github /WsdlToPhp/DomHandler )
8
8
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/WsdlToPhp/DomHandler/badges/quality-score.png )] ( https://scrutinizer-ci.com/g/WsdlToPhp/DomHandler/ )
9
9
[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/WsdlToPhp/DomHandler/badges/coverage.png )] ( https://scrutinizer-ci.com/g/WsdlToPhp/DomHandler/ )
10
10
[ ![ Total Downloads] ( https://poser.pugx.org/wsdltophp/domhandler/downloads )] ( https://packagist.org/packages/wsdltophp/domhandler )
You can’t perform that action at this time.
0 commit comments