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 27091c5 commit 41c3d0cCopy full SHA for 41c3d0c
.travis.yml
@@ -14,4 +14,8 @@ before_script:
14
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
15
- composer install
16
17
-script: ./vendor/bin/phpunit
+script:
18
+ - ./vendor/bin/phpunit --coverage-clover ./tests/Logs/clover.xml
19
+
20
+after_script:
21
+ - php vendor/bin/php-coveralls -v
0 commit comments