Automattic / nginx-http-concat

WordPress plugin to perform CSS and JavaScript concatenation of individual script files into one resource request.
GNU General Public License v2.0
115 stars 32 forks source link

Fix failing travis builds #53

Closed david-binda closed 5 years ago

david-binda commented 5 years ago

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'

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.