Skip to content

Commit

Permalink
Merge pull request #46 from piotzkhider/1.x
Browse files Browse the repository at this point in the history
fix .travis.yml
  • Loading branch information
koriym authored Aug 23, 2019
2 parents e323d29 + 31d7afd commit 77ff213
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 @@ -39,7 +39,7 @@ jobs:
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{.disabled,}
- if [[ ! $(php -m | grep -si xdebug) ]]; then echo "xdebug required for coverage"; exit 1; fi
script:
- ./vendor/bin/phpunit -v --coverage-clover ./build/logs/clover.xml
- ./vendor/bin/phpunit -v --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover;

Expand Down

0 comments on commit 77ff213

Please sign in to comment.