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

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolus authored May 25, 2021
1 parent 3ec0f3a commit 4805fef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ matrix:

env:
- COMPOSER_ALLOW_XDEBUG=0
- XDEBUG_MODE=coverage

cache:
directories:
Expand All @@ -36,4 +37,4 @@ script:

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

0 comments on commit 4805fef

Please sign in to comment.