Force install mysql server
It does not seem to be always present on Trusty. Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
b53ec4dc9c
commit
52a5ae9bb2
@ -85,9 +85,11 @@ cache:
|
||||
- $HOME/runkit
|
||||
# Install APT packages
|
||||
# - git > 2.5.1 needed for worktrees
|
||||
# - mysql server does not seem to be always present on Travis Trusty environment
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- git
|
||||
- mysql-server-5.6
|
||||
sources:
|
||||
- git-core
|
||||
|
||||
Loading…
Reference in New Issue
Block a user