load phpunit from vendor

This commit is contained in:
Robin Appelman 2018-01-25 14:52:08 +01:00
commit a78fd79b7c

View file

@ -13,7 +13,7 @@ install:
script: script:
- cd tests - cd tests
- phpunit --coverage-clover coverage.xml --configuration phpunit.xml - ../vendor/bin/phpunit --coverage-clover coverage.xml --configuration phpunit.xml
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)