Closed
Description
Travis has changed their default OS version from Trusty to Xenial which does not start mysql anymore by default - see https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment
According to https://docs.travis-ci.com/user/database-setup/#mysql, you have now to add
services:
- mysql
to your .travis.yml.
As an alternative, you could also
dist: trusty
but this seems not to make much sense to me as Trusty has reached its end of life.
Metadata
Metadata
Assignees
Labels
No labels