rosell-dk / webp-convert-and-serve

Convert and serve jpeg/png to webp with PHP (if at all possible)
MIT License
3 stars 1 forks source link

Run unit tests on Travis for php 5.5 as well #4

Open rosell-dk opened 6 years ago

rosell-dk commented 6 years ago

Simply adding php 5.5 to .travis.yml does not work, because travis tries to install php unit 5.7. We need php unit 4 in order to test php 5.5 (https://phpunit.de/getting-started/phpunit-4.html)

As Travis is quite flexible, I'm sure we can tweak it to run unit tests with php unit 4 for php 5.5 https://docs.travis-ci.com/user/reference/trusty/ https://docs.travis-ci.com/user/customizing-the-build/

rosell-dk commented 6 years ago

https://docs.travis-ci.com/user/languages/php/

rosell-dk commented 6 years ago

https://github.com/travis-ci/travis-ci/issues/5206