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

Commit 151bdac

Browse files
committed
Merge branch 'hotfix/282'
Close #282
2 parents 84a3339 + 5178230 commit 151bdac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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
- LEGACY_DEPS="phpunit/phpunit"
1414

1515
matrix:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
"@cs-check",
5555
"@test"
5656
],
57-
"upload-coverage": "coveralls -v",
5857
"cs-check": "phpcs",
5958
"cs-fix": "phpcbf",
6059
"test": "phpunit --colors=always",
61-
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
60+
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
61+
"upload-coverage": "php-coveralls -v"
6262
}
6363
}

0 commit comments

Comments
 (0)