Skip to content

Commit 3f7c6c4

Browse files
committed
Coveralls integration fixed for 5.5.
1 parent 6d0936a commit 3f7c6c4

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
@@ -6,10 +6,10 @@ php:
66

77
install:
88
- composer update
9-
- composer require satooshi/php-coveralls --dev
9+
- composer require php-coveralls/php-coveralls --dev
1010

1111
script:
1212
- vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
1313

1414
after_script:
15-
- php vendor/bin/coveralls -v
15+
- php vendor/bin/php-coveralls -v

0 commit comments

Comments
 (0)