jrgp / linfo

Linfo PHP Server Health Status
MIT License
361 stars 73 forks source link

Fix Travis-CI Build Error #55

Closed matriphe closed 7 years ago

matriphe commented 7 years ago

From TravisCI job log, the URL for downloading PHP 5.3 is missing.

I think it'd be better to remove test for PHP 5.3 since it's no longer supported.

matriphe commented 7 years ago

Add PHP 7.1 and HHVM on the test and overwrite PHPunit to version 4.8.x.

All tests now passed!

matriphe commented 7 years ago

@jrgp if you still want to support PHP 5.3, this issue suggested to use Precise instead of Trusty. I can set the .travis.yml to use Precise to support PHP 5.3.

What do you think?

jrgp commented 7 years ago

Awesome, thanks for this! PHP 5.3 is probably safe to ignore for now.