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 4ca9f4d commit 43862e0Copy full SHA for 43862e0
.gitignore
@@ -1,3 +1,4 @@
1
vendor/
2
composer.lock
3
-phpunit.xml
+phpunit.xml
4
+
.travis.yml
@@ -22,3 +22,4 @@ script:
22
after_script:
23
- wget https://scrutinizer-ci.com/ocular.phar
24
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
25
phpunit.xml.dist
@@ -22,4 +22,5 @@
</exclude>
</whitelist>
</filter>
-</phpunit>
+</phpunit>
26
0 commit comments