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 e102bd7 commit 4c4f82bCopy full SHA for 4c4f82b
.travis.yml
@@ -3,5 +3,8 @@ language: php
3
script:
4
- ./vendor/bin/phpunit --coverage-clover=coverage.xml
5
6
+install:
7
+ - composer install
8
+
9
after_success:
10
- bash <(curl -s https://codecov.io/bash)
0 commit comments