summaryrefslogtreecommitdiff
path: root/travis/setup-mysql.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix PostgreSQL and MySQL setup on Travis CIGerard Roche2020-05-221-6/+4
| | | | | | Note that the PostgreSQL tests still don't work on some architectures. Closes GH-5607.
* Add ARM64 CI to TravisNikita Popov2019-10-251-0/+4
| | | | | | | | | | | | | We need to install a number of additional packages that are installed by default on the AMD64 workers. We also have to manually set up the MySQL user. For now we don't set up Postgres -- if anyone wants to figure that out, it would be great ;) Log redirections in compile.sh are removed, because /dev/stdout is not accessible. We don't see to use this anyway.
* Simplify travis setup scriptsNikita Popov2019-10-251-0/+2
Reduce duplication.