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

Commit 43d99d1

Browse files
committed
Merge branch 'hotfix/537'
Close #537
2 parents 05c8207 + 646a6f7 commit 43d99d1

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:
@@ -73,7 +73,7 @@ script:
7373
- if [[ $CS_CHECK == 'true' ]]; then composer license-check ; fi
7474

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

7878
notifications:
7979
email: false

composer.json

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

0 commit comments

Comments
 (0)