We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a345f0 commit 621c6faCopy full SHA for 621c6fa
.travis.yml
@@ -13,10 +13,10 @@ before_install:
13
14
install:
15
- composer update
16
- - composer require satooshi/php-coveralls --dev
+ - composer require php-coveralls/php-coveralls --dev
17
18
script:
19
- vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
20
21
after_script:
22
- - php vendor/bin/coveralls -v
+ - php vendor/bin/php-coveralls -v
0 commit comments