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 62d81a4 commit 907558bCopy full SHA for 907558b
.travis.yml
@@ -12,7 +12,7 @@ script:
12
- mkdir -p build/logs
13
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
14
after_script:
15
-- vendor/bin/coveralls -v
+- vendor/bin/php-coveralls -v
16
17
# Integration tests need to run first to reset the PR build status to pending
18
stages:
0 commit comments