summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-04-16 17:25:10 +0000
committerGitHub <noreply@github.com>2020-04-16 17:25:10 +0000
commitdb05a040adc6a6654b3fe0e0509cc5288b23c56d (patch)
tree2e78bd1015470b32934c4600fbe80a1595233ca8
parent546813d73fc501b558561934b6102caad3595edd (diff)
Stick on MariaDB 10.3 (#1079)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 73188ae0..ae1d6a0c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ branches:
# preload images to avoid timeouts in tests
before_install:
- - docker pull mariadb:10
+ - docker pull mariadb:10.3
- docker pull postgres:11-alpine
install: