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 99env :
1010 global :
1111 - COMPOSER_ARGS="--no-interaction"
12- - COVERAGE_DEPS="satooshi /php-coveralls"
12+ - COVERAGE_DEPS="php-coveralls /php-coveralls"
1313
1414matrix :
1515 include :
@@ -49,7 +49,7 @@ script:
4949 - if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi
5050
5151after_script :
52- - if [[ $TEST_COVERAGE == 'true' ]]; then composer upload-coverage ; fi
52+ - if [[ $TEST_COVERAGE == 'true' ]]; then vendor/bin/php-coveralls -v ; fi
5353
5454notifications :
5555 email : false
Original file line number Diff line number Diff line change 6969 "cs-check" : " phpcs" ,
7070 "cs-fix" : " phpcbf" ,
7171 "test" : " phpunit --colors=always" ,
72- "test-coverage" : " phpunit --colors=always --coverage-clover clover.xml" ,
73- "upload-coverage" : " coveralls -v"
72+ "test-coverage" : " phpunit --colors=always --coverage-clover clover.xml"
7473 }
7574}
You can’t perform that action at this time.
0 commit comments