Skip to content
Snippets Groups Projects
Commit 99d2d095 authored by Marek Szuba's avatar Marek Szuba
Browse files

Travis: Add mysql to the list of services

Ubuntu Xenial, which is now being rolled out as the default Linux distro
for Travis builds following the end of life of Ubuntu Trusty, does not
start services such as MySQL unless told to. We use the default distro
in our builds so we are likely to be affected.
parent 5b3acb25
Branches bugfix/patch_compara_testdb
No related tags found
2 merge requests!387Travis: Add mysql to the list of services [master],!387Travis: Add mysql to the list of services [master]
......@@ -3,6 +3,9 @@ language: perl
os:
- linux
services:
- mysql
perl:
- '5.14'
- '5.26'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment