Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit faa9c83

Browse files
committed
Merge branch 'hotfix/127' into develop
Forward port #127
2 parents c33d19f + 7275757 commit faa9c83

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.coveralls.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
coverage_clover: clover.xml
22
json_path: coveralls-upload.json
3-
src_dir: src

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ before_install:
7373
install:
7474
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
7575
- 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
7777
- travis_retry composer install $COMPOSER_ARGS
7878
- composer show --installed
7979

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@cs-check",
5757
"@test"
5858
],
59-
"upload-coverage": "coveralls",
59+
"upload-coverage": "coveralls -v",
6060
"cs-check": "php-cs-fixer --version && php-cs-fixer fix -v --diff --dry-run",
6161
"cs-fix": "php-cs-fixer fix -v",
6262
"test": "phpunit",

0 commit comments

Comments
 (0)