File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 99 - composer global require "fxp/composer-asset-plugin:^1.3"
1010 - composer install
1111
12- - wget -c -nc --retry-connrefused --tries=0 https://github.com/php-coveralls/php-coveralls/releases/download/v2.0 .0/php-coveralls.phar -O coveralls.phar
13- - chmod +x coveralls.phar
12+ - wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1 .0/php-coveralls.phar
13+ - chmod +x php- coveralls.phar
1414 - php coveralls.phar --version
1515
1616
@@ -23,14 +23,12 @@ before_script:
2323
2424script :
2525 - php vendor/bin/phpunit -c phpunit.xml.dist
26+ - vendor/bin/phpunit --coverage-clover build/logs/clover.xml
2627
2728
2829after_script :
2930 - travis_retry php coveralls.phar -v
3031
31- after_success :
32- - travis_retry php vendor/bin/php-coveralls -v
33-
3432branches :
3533 only : master
3634
You can’t perform that action at this time.
0 commit comments