TravisCI: fix testing

This commit is contained in:
Ivan Shalganov 2020-07-06 11:35:15 +03:00
parent 5f9d01ae6f
commit cb1f25d8af
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ before_script:
- composer update --quiet
script:
- phpunit -c phpunit.xml.dist
- vendor/bin/phpunit phpunit -c phpunit.xml.dist
after_script:
- coveralls