How to view/upload HTML files with coverage data through Travis?

When I run tests, I have PHPUnit set up to generate HTML files with code coverage information. I would like to have this tool run automatically on Travis instead of locally. However, when I run it on Travis, there is no way to view the files that were generated. Is there a way to do this?

You can

Thank you!