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

Commit 6b39717

Browse files
committed
Merge branch 'hotfix/48' into release-2.0.0
Forward port #48
2 parents 2df57aa + 73a36c6 commit 6b39717

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
@@ -67,7 +67,6 @@
6767
"cs-fix": "phpcbf",
6868
"test": "phpunit --colors=always",
6969
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
70-
"upload-coverage": "coveralls -v",
7170
"license-check": "docheader check src/ test/"
7271
}
7372
}

0 commit comments

Comments
 (0)