Skip to content

Commit b677df9

Browse files
committed
Coveralls integration fixed for 5.5.
1 parent 6efd752 commit b677df9

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
@@ -12,10 +12,10 @@ before_install:
1212

1313
install:
1414
- composer update
15-
- composer require satooshi/php-coveralls --dev
15+
- composer require php-coveralls/php-coveralls --dev
1616

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

2020
after_script:
21-
- php vendor/bin/coveralls -v
21+
- php vendor/bin/php-coveralls -v

0 commit comments

Comments
 (0)