From 52a5ae9bb2dfee2897bdbddf96e051f9ed52d40a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 1 Mar 2017 12:09:01 +0100 Subject: [PATCH] Force install mysql server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It does not seem to be always present on Trusty. Signed-off-by: Michal Čihař --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c9eb15a277..22f86fc7d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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