Skip to content

Commit

Permalink
execute local phpunit and not global one
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Aug 7, 2019
1 parent d3d1f67 commit 20e3c41
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 @@ -16,7 +16,7 @@ before_script:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source

script:
- phpunit --coverage-text --coverage-clover=coverage.clover
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

after_script:
- php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover

0 comments on commit 20e3c41

Please sign in to comment.