Skip to content

Commit 907f509

Browse files
committed
Update phpcoveralls to v2
1 parent 9076ed3 commit 907f509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ before_install:
1818

1919
install:
2020
- travis_retry composer install --no-interaction --prefer-source
21-
- composer require satooshi/php-coveralls --dev
21+
- composer require php-coveralls/php-coveralls:^2 --dev
2222

2323
script:
2424
- if [[ "$COLLECT_COVERAGE" == "true" ]]; then php vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml; else php vendor/phpunit/phpunit/phpunit; fi
2525

2626
after_script:
27-
- if [[ "$COLLECT_COVERAGE" == "true" ]]; then php vendor/bin/coveralls; fi
27+
- if [[ "$COLLECT_COVERAGE" == "true" ]]; then php vendor/bin/php-coveralls; fi

0 commit comments

Comments
 (0)