File tree Expand file tree Collapse file tree 4 files changed +21
-23
lines changed Expand file tree Collapse file tree 4 files changed +21
-23
lines changed Original file line number Diff line number Diff line change 1- /bin /
2- /build /
1+ /coverage /
32/composer.lock
43/vendor /
Original file line number Diff line number Diff line change 11language : php
22
3- matrix :
3+ jobs :
44 include :
55 - php : 7.1
66 - php : 7.1
@@ -11,29 +11,27 @@ matrix:
1111 - php : 7.3
1212 - php : 7.3
1313 env : deps=low
14+ - php : 7.4
15+ - php : 7.4
16+ env : deps=low
1417 - php : nightly
1518 env : deps=low
1619 - php : nightly
1720 allow_failures :
1821 - php : nightly
1922
20- depth : 1
21-
2223cache :
2324 directories :
24- - $HOME/.composer/cache/files
25+ - $HOME/.composer/cache
2526
26- before_script :
27- - if [[ $deps = low ]]; then composer update --prefer-lowest --prefer-stable; fi
27+ install :
28+ - travis_retry composer install --no-interaction
29+ - if [[ $deps = low ]]; then travis_retry composer update --prefer-lowest --prefer-stable --no-interaction; fi
2830
2931script :
3032 - composer validate
31- - composer update
3233 - composer grumphp
3334
34- install :
35- - travis_retry composer install
36-
3735after_success :
3836 - phpenv config-rm xdebug.ini
3937 - composer scrutinizer
Original file line number Diff line number Diff line change 3939 ],
4040 "require" : {
4141 "php" : " ^7.1" ,
42- "phpspec/phpspec" : " ^4.2 || ^5.0 || ^6.0" ,
43- "phpunit/php-code-coverage" : " ^5.0 || ^6.0 || ^7.0"
42+ "phpspec/phpspec" : " ^5.0 || ^6.0" ,
43+ "phpunit/php-code-coverage" : " ^6.0 || ^7.0"
44+ },
45+ "conflict" : {
46+ "friendsofphp/php-cs-fixer" : " 2.16.0" ,
47+ "sebastian/comparator" : " <2.0"
4448 },
4549 "require-dev" : {
4650 "drupol/php-conventions" : " ^1" ,
6670 "minimum-stability" : " stable" ,
6771 "scripts" : {
6872 "grumphp" : " ./vendor/bin/grumphp run" ,
69- "scrutinizer" : " ./vendor/bin/ocular code-coverage:upload --format=php-clover build/ coverage.xml"
73+ "scrutinizer" : " ./vendor/bin/ocular code-coverage:upload --format=php-clover coverage/clover .xml"
7074 },
7175 "support" : {
7276 "issues" : " https://github.com/friends-of-phpspec/phpspec-code-coverage/issues" ,
Original file line number Diff line number Diff line change 22# friends-of-phpspec/phpspec-code-coverage
33formatter.name : pretty
44suites :
5- default_suite :
6- namespace : FriendsOfPhpSpec\PhpSpec\CodeCoverage
7- psr4_prefix : FriendsOfPhpSpec\PhpSpec\CodeCoverage
5+ default_suite :
6+ namespace : FriendsOfPhpSpec\PhpSpec\CodeCoverage
7+ psr4_prefix : FriendsOfPhpSpec\PhpSpec\CodeCoverage
88
99extensions :
1010 FriendsOfPhpSpec\PhpSpec\CodeCoverage\CodeCoverageExtension :
1111 format :
1212 - html
1313 - clover
14- - php
15- - text
1614 output :
17- html : build/coverage
18- clover : build/coverage.xml
19- php : build/coverage.php
15+ html : coverage
16+ clover : coverage/clover.xml
You can’t perform that action at this time.
0 commit comments