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 2385efa commit 1ad9724Copy full SHA for 1ad9724
.travis.yml
@@ -26,4 +26,4 @@ script:
26
- php vendor/bin/phpunit $COVERAGE
27
28
after_script:
29
- - if [[ $COVERAGE ]]; then php vendor/bin/coveralls; fi
+ - if [[ $COVERAGE ]]; then php vendor/bin/php-coveralls; fi
0 commit comments