diff mbox series

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

Message ID 20180703063751.12068-3-daniel@linux.ibm.com
State Superseded
Headers show
Series [1/3] travis: test against postgresql 10 | expand

Commit Message

Daniel Black July 3, 2018, 6:37 a.m. UTC
Signed-off-by: Daniel Black <daniel@linux.ibm.com>
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 6576f07..f013fdd 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: