File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ matrix:
2323 php : 7.1
2424 - name : " PHP 7.2 with code coverage"
2525 php : 7.2
26- env : COVERAGE=true TEST_COMMAND="phpunit --coverage-clover build/logs/clover.xml"
26+ env : COVERAGE=true TEST_COMMAND="phpunit --coverage-clover build/logs/clover.xml" DEPENDENCIES="php-coveralls/php-coveralls:^2.1"
2727
2828 # Test LTS versions
2929 - name : " PHP 7.2 with Symfony 3 components"
@@ -58,5 +58,5 @@ script:
5858 - $TEST_COMMAND
5959
6060after_success :
61- - if [[ $COVERAGE = true ]]; then php vendor/bin/coveralls -v; fi
61+ - if [[ $COVERAGE = true ]]; then php vendor/bin/php- coveralls -v; fi
6262
Original file line number Diff line number Diff line change 1818 "require-dev" : {
1919 "phpunit/phpunit" : " ^7.2.7" ,
2020 "symfony/http-foundation" : " ^3.4 || ^4.0" ,
21- "zendframework/zend-diactoros" : " ^1.8" ,
22- "satooshi/php-coveralls" : " ^1.1"
21+ "zendframework/zend-diactoros" : " ^1.8"
2322 },
2423 "autoload" : {
2524 "psr-4" : {
You can’t perform that action at this time.
0 commit comments