This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
coverage_clover : clover.xml
2
2
json_path : coveralls-upload.json
3
- src_dir : src
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ before_install:
73
73
install :
74
74
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
75
75
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
76
- - if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --no-update -- dev $COMPOSER_ARGS satooshi/php-coveralls ; fi
76
+ - if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS satooshi/php-coveralls:^1.0 ; fi
77
77
- travis_retry composer install $COMPOSER_ARGS
78
78
- composer show --installed
79
79
Original file line number Diff line number Diff line change 56
56
" @cs-check" ,
57
57
" @test"
58
58
],
59
- "upload-coverage" : " coveralls" ,
59
+ "upload-coverage" : " coveralls -v " ,
60
60
"cs-check" : " php-cs-fixer --version && php-cs-fixer fix -v --diff --dry-run" ,
61
61
"cs-fix" : " php-cs-fixer fix -v" ,
62
62
"test" : " phpunit" ,
You can’t perform that action at this time.
0 commit comments