diff mbox series

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

Message ID 20180806065639.23094-3-daniel@linux.ibm.com
State Accepted
Headers show
Series [v2,1/3] travis: test against postgresql 10 and 11 | expand

Commit Message

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

Comments

Daniel Axtens Aug. 8, 2018, 4:05 p.m. UTC | #1
Hi Daniel,

All look good to me (sparse commit messages aside) - I'll do some
testing and hopefully push them this week. Thanks for your contributions
to Patchwork!

Regards,
Daniel

> Signed-off-by: Daniel Black <daniel@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
>
> _______________________________________________
> Patchwork mailing list
> Patchwork@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/patchwork
diff mbox series

Patch

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: