Skip to content

Commit 621c6fa

Browse files
committed
Coveralls integration fixed for 5.2.
1 parent 4a345f0 commit 621c6fa

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
@@ -13,10 +13,10 @@ before_install:
1313

1414
install:
1515
- composer update
16-
- composer require satooshi/php-coveralls --dev
16+
- composer require php-coveralls/php-coveralls --dev
1717

1818
script:
1919
- vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
2020

2121
after_script:
22-
- php vendor/bin/coveralls -v
22+
- php vendor/bin/php-coveralls -v

0 commit comments

Comments
 (0)