From 1c692278e9c41ef7c11e83e1fe93d714b7e05bcb Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 6 Aug 2018 16:56:39 +1000 Subject: [PATCH] travis: add mariadb-10.3 as test Signed-off-by: Daniel Black Signed-off-by: Daniel Axtens --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 49915549..bb7ff142 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,11 @@ env: matrix: include: + - addons: + mariadb: '10.3' + env: + - PW_TEST_DB_TYPE=mysql + - PW_TEST_DB_USER=root - addons: postgresql: "10" apt: -- 2.47.3