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 32eb83b commit 2648f25Copy full SHA for 2648f25
.travis.yml
@@ -52,5 +52,5 @@ script:
52
- $TEST_COMMAND
53
54
after_success:
55
- - if [[ $COVERAGE = true ]]; then php vendor/bin/coveralls -v; fi
+ - if [[ $COVERAGE = true ]]; then php vendor/bin/php-coveralls -v; fi
56
0 commit comments