File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,5 +44,7 @@ script:
4444 - vendor/bin/phpunit --coverage-clover build/coverage-clover.xml
4545
4646after_script :
47- - vendor/bin/ocular code-coverage:upload --format=php-clover build/coverage-clover.xml
48- - vendor/bin/php-coveralls -v -c .coveralls.yml
47+ - wget https://scrutinizer-ci.com/ocular.phar
48+ - wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.2.0/php-coveralls.phar
49+ - php ocular.phar code-coverage:upload --format=php-clover build/coverage-clover.xml
50+ - php php-coveralls.phar -v -c .coveralls.yml
Original file line number Diff line number Diff line change 2121 "psr/log" : " ~1.0" ,
2222 "gpslab/compressor" : " ~1.0" ,
2323 "symfony/console" : " ~2.4|~3.0|~4.0" ,
24- "phpunit/phpunit" : " ^4.8.36" ,
25- "scrutinizer/ocular" : " ~1.5" ,
26- "php-coveralls/php-coveralls" : " ^2.0"
24+ "phpunit/phpunit" : " ^4.8.36"
2725 }
2826}
You can’t perform that action at this time.
0 commit comments