From db05a040adc6a6654b3fe0e0509cc5288b23c56d Mon Sep 17 00:00:00 2001 From: J0WI Date: Thu, 16 Apr 2020 17:25:10 +0000 Subject: [PATCH] Stick on MariaDB 10.3 (#1079) Signed-off-by: J0WI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73188ae0..ae1d6a0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ branches: # preload images to avoid timeouts in tests before_install: - - docker pull mariadb:10 + - docker pull mariadb:10.3 - docker pull postgres:11-alpine install: