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 ad1e98a commit 1012bbcCopy full SHA for 1012bbc
.travis.yml
@@ -6,6 +6,8 @@ php:
6
- '7.1'
7
before_install:
8
- composer install --dev
9
+addons:
10
+ srcclr: true
11
script:
12
- mkdir -p build/logs
13
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
0 commit comments