Skip to content

Commit 2fb6184

Browse files
committed
Use latest php-coveralls
1 parent 92c55df commit 2fb6184

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ before_script:
1515
- composer update $PREFER_LOWEST
1616
script:
1717
- ./vendor/bin/phpunit --coverage-clover clover.xml
18-
after_success: ./vendor/bin/coveralls -v
18+
after_success: ./vendor/bin/php-coveralls -v

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"sort-packages": true
3535
},
3636
"require-dev": {
37-
"php-coveralls/php-coveralls": "^1.0",
37+
"php-coveralls/php-coveralls": "^2.1",
3838
"phpunit/phpunit": "^6.5.2",
3939
"squizlabs/php_codesniffer": "^3.2"
4040
},

0 commit comments

Comments
 (0)