Skip to content

Commit 6721dac

Browse files
committed
Coveralls integration fixed for 5.4.
1 parent b6ebe06 commit 6721dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ php:
77

88
install:
99
- composer update
10-
- composer require satooshi/php-coveralls --dev
10+
- composer require php-coveralls/php-coveralls --dev
1111

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

1515
after_script:
16-
- php vendor/bin/coveralls -v
16+
- php vendor/bin/php-coveralls -v

0 commit comments

Comments
 (0)