Skip to content

Commit

Permalink
updating travis again; trying to activate coverage for scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
walkersoft committed Feb 10, 2021
1 parent f5a4e14 commit e07c397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before_script:
- composer self-update
- composer install
script:
- vendor/bin/phpunit -c phpunit.xml -dxdebug.mode=coverage --coverage-clover=coverage.clover
- vendor/bin/phpunit -c phpunit.xml -dxdebug.coverage_enabled=1 -dxdebug.mode=coverage --coverage-clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit e07c397

Please sign in to comment.