The builds are currently failing due to mysql connection errors:
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to MySQL server on 'localhost' (111)'
Check that mysqld is running on localhost and that the port is 3306.
You can check this by doing 'telnet localhost 3306'
The builds are currently failing due to mysql connection errors:
Looks like we need to instruct travis to start the mysql service. Via https://docs.travis-ci.com/user/database-setup/
Further, there are issues with PHPunit version. Let's bounce the PHP 7.x version to 7.2 and uset phpunit 7.x.