Skip to content

Commit

Permalink
Fix code coverage build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Sep 11, 2019
1 parent b3e4a30 commit 79f7e94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- if [[ ! $(php -m | grep -si xdebug) ]]; then echo "xdebug required for coverage"; exit 1; fi
- vendor/bin/phpunit --dump-xdebug-filter xdebug-filter.php
script:
- export DOCTRINE_MONGODB_SERVER=`cat /tmp/uri.txt`
- echo $DOCTRINE_MONGODB_SERVER
- vendor/bin/phpunit --prepend xdebug-filter.php --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down

0 comments on commit 79f7e94

Please sign in to comment.