From 7c6b7d1ec5c5a9c4936ea11aa71d13717bea4b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Fri, 1 Feb 2019 20:54:38 +0100 Subject: [PATCH] fixed travis mysql-server install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 51c332cf6..a56946394 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ notifications: env: - DB=mysql - DB=postgresql + - DEBIAN_FRONTEND=noninteractive addons: postgresql: "9.4" apt: