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

Commit d6f08f2

Browse files
committed
Merge branch 'hotfix/537' into release-3.0.0
Forward port #537
2 parents 81a108c + 646a6f7 commit d6f08f2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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:
@@ -50,7 +50,7 @@ script:
5050
- if [[ $CS_CHECK == 'true' ]]; then composer license-check ; fi
5151

5252
after_script:
53-
- if [[ $TEST_COVERAGE == 'true' ]]; then composer upload-coverage ; fi
53+
- if [[ $TEST_COVERAGE == 'true' ]]; then vendor/bin/php-coveralls -v ; fi
5454

5555
notifications:
5656
email: false

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
"cs-fix": "phpcbf",
9191
"test": "phpunit --colors=always",
9292
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
93-
"upload-coverage": "coveralls -v",
9493
"license-check": "docheader check src/ test/"
9594
}
9695
}

0 commit comments

Comments
 (0)