Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4805fef

Browse files
authored
Update .travis.yml
1 parent 3ec0f3a commit 4805fef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ matrix:
2020

2121
env:
2222
- COMPOSER_ALLOW_XDEBUG=0
23+
- XDEBUG_MODE=coverage
2324

2425
cache:
2526
directories:
@@ -36,4 +37,4 @@ script:
3637

3738
after_script:
3839
- wget https://scrutinizer-ci.com/ocular.phar
39-
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml
40+
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml

0 commit comments

Comments
 (0)