File tree Expand file tree Collapse file tree 4 files changed +3549
-1073
lines changed Expand file tree Collapse file tree 4 files changed +3549
-1073
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 7.1
5- - 7.2
6- - 7.3
4+ - " 7.1"
5+ - " 7.2"
6+ - " 7.3"
77
88install :
99 - curl -s http://getcomposer.org/installer | php
1010 - php composer.phar install --dev --no-interaction
1111
1212script :
13- - mkdir -p build/logs
14- - vendor/bin/phpunit --coverage-clover build/logs/clover.xml
13+ - mkdir -p build
14+ - vendor/bin/phpunit
1515
1616after_success :
17- - travis_retry php vendor/bin/php-coveralls
17+ - travis_retry php vendor/bin/php-coveralls --coverage_clover build/cov.xml --json_path build/coverage.json
Original file line number Diff line number Diff line change 2222 "guzzlehttp/guzzle" : " ^6.3"
2323 },
2424 "require-dev" : {
25+ "mihaeu/test-generator" : " ^1.3" ,
2526 "php-coveralls/php-coveralls" : " ^2.1" ,
2627 "phpunit/php-code-coverage" : " ^6.1" ,
27- "phpunit/phpunit" : " ^7.0"
28+ "phpunit/phpunit" : " ^7.0" ,
29+ "phpdocumentor/phpdocumentor" : " 2.*" ,
30+ "sebastian/phpcpd" : " 2.*"
2831 },
2932 "suggest" : {
3033 "ext-curl" : " Faster HTTP requests"
You can’t perform that action at this time.
0 commit comments