AfriCC / php-epp2

A High Level EPP TCP/SSL Client for PHP
GNU General Public License v3.0
53 stars 32 forks source link

Travis CI fail on PHP 5.5 #80

Closed bessone closed 5 years ago

bessone commented 5 years ago

Travis CI is failing the PHP 5.5 test because it cannot be run on Ubuntu Xenial. More info here: https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment

The solution is to remove PHP 5.5 (EOL 2016-07-21) or change travis.yaml to force the use of Ubuntu Trusty

lifeofguenter commented 5 years ago

nice one @bessone , thanks for the fix! I can not remove PHP5.5 just yet because google-app-engine still supports it.