[PATCH v2 3/3] travis: add mariadb-10.3 as test

Daniel Black daniel at linux.ibm.com
Mon Aug 6 16:56:39 AEST 2018


Signed-off-by: Daniel Black <daniel at linux.ibm.com>
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 0c6e79d..70b42c1 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.17.1



More information about the Patchwork mailing list