Skip to content

Commit ad3710a

Browse files
author
codeliner
committed
Install correct php-coveralls package
1 parent 1ecda74 commit ad3710a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ script:
2727
- if [[ $EXECUTE_CS_CHECK == 'true' ]]; then ./vendor/bin/docheader check examples/ src/ tests/; fi
2828

2929
after_success:
30-
- if [[ $TEST_COVERAGE == 'true' ]]; then php ./vendor/bin/coveralls -v; fi
30+
- if [[ $TEST_COVERAGE == 'true' ]]; then php ./vendor/bin/php-coveralls -v; fi
3131

3232
notifications:
3333
webhooks:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"phpunit/phpunit": "^7.0",
2424
"prooph/php-cs-fixer-config": "^0.3",
25-
"satooshi/php-coveralls": "^2.2",
25+
"php-coveralls/php-coveralls": "^2.2",
2626
"malukenho/docheader": "^0.1.4"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)