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 @@ -82,7 +82,7 @@ before_install:
82
82
install :
83
83
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
84
84
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
85
- - if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --no-update -- dev $COMPOSER_ARGS satooshi/php-coveralls ; fi
85
+ - if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS satooshi/php-coveralls:^1.0 ; fi
86
86
- travis_retry composer install $COMPOSER_ARGS
87
87
- composer show --installed
88
88
Original file line number Diff line number Diff line change 81
81
" @cs-check" ,
82
82
" @test"
83
83
],
84
- "upload-coverage" : " coveralls" ,
84
+ "upload-coverage" : " coveralls -v " ,
85
85
"cs-check" : " php-cs-fixer --version && php-cs-fixer fix -v --diff --dry-run" ,
86
86
"cs-fix" : " php-cs-fixer fix -v" ,
87
87
"test" : " phpunit" ,
You can’t perform that action at this time.
0 commit comments