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 6efd752 commit b677df9Copy full SHA for b677df9
.travis.yml
@@ -12,10 +12,10 @@ before_install:
12
13
install:
14
- composer update
15
- - composer require satooshi/php-coveralls --dev
+ - composer require php-coveralls/php-coveralls --dev
16
17
script:
18
- vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
19
20
after_script:
21
- - php vendor/bin/coveralls -v
+ - php vendor/bin/php-coveralls -v
0 commit comments