Skip to content

Builds on MySQL are broken on Xenial #92

Closed
@abias

Description

@abias

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions