From bb4ee3c7b62e1108399d7370227ac40ffa990e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D?= Date: Sun, 18 Aug 2019 22:28:22 +0200 Subject: [PATCH] * [MOD] Update MariaDB version on Travis CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rubén D --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd466e38..4d617d21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ branches: - /^v?\d+\.\d+(\.\d+)?(-\S*)?$/ addons: - mariadb: '10.1' + mariadb: '10.3' before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter