From 82c080263fd85bf100d011aa7e1cc76bf7b115f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Fri, 1 Feb 2019 21:10:07 +0100 Subject: [PATCH] next try to fix travsi mysql MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a56946394..6ddd85852 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ notifications: env: - DB=mysql - DB=postgresql - - DEBIAN_FRONTEND=noninteractive addons: postgresql: "9.4" apt: @@ -46,6 +45,7 @@ language: ruby rvm: - 2.4.4 before_install: + - export DEBIAN_FRONTEND=noninteractive - gem update --system # Due to: https://github.com/travis-ci/travis-ci/issues/8978 - git fetch --unshallow - if [ "${DB}" = "mysql" ]; then mysql -u root -e "CREATE USER 'some_user'@'localhost' IDENTIFIED BY 'some_pass';"; fi