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

Commit 8e43a63

Browse files
committed
Merge branch 'hotfix/35' into develop
Forward port #35
2 parents cfbaeff + 0551b56 commit 8e43a63

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache:
99
env:
1010
global:
1111
- COMPOSER_ARGS="--no-interaction"
12-
- COVERAGE_DEPS="satooshi/php-coveralls"
12+
- COVERAGE_DEPS="php-coveralls/php-coveralls"
1313

1414
matrix:
1515
include:
@@ -70,7 +70,7 @@ script:
7070
- if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi
7171

7272
after_script:
73-
- if [[ $TEST_COVERAGE == 'true' ]]; then composer upload-coverage ; fi
73+
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry php vendor/bin/php-coveralls -v ; fi
7474

7575
notifications:
7676
email: false

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"cs-check": "phpcs",
6262
"cs-fix": "phpcbf",
6363
"test": "phpunit --colors=always",
64-
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
65-
"upload-coverage": "coveralls -v"
64+
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
6665
}
6766
}

0 commit comments

Comments
 (0)