Skip to content

Commit dbb91de

Browse files
committed
Merge pull request #44
2 parents 3f0b48e + bdfad24 commit dbb91de

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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:
@@ -49,7 +49,7 @@ script:
4949
- if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi
5050

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

5454
notifications:
5555
email: false

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
"cs-check": "phpcs",
7070
"cs-fix": "phpcbf",
7171
"test": "phpunit --colors=always",
72-
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
73-
"upload-coverage": "coveralls -v"
72+
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
7473
}
7574
}

0 commit comments

Comments
 (0)