Skip to content

Commit

Permalink
Remove MariaDB 10.3 from travis for now
Browse files Browse the repository at this point in the history
mariadb_config (mysql_config for MariaDB) has a bug in 10.3
https://jira.mariadb.org/browse/MDEV-15820
  • Loading branch information
dveeden committed Nov 17, 2018
1 parent 4de87eb commit c27bfd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -124,8 +124,9 @@ matrix:
# env: DB=MariaDB VERSION=10.2.4
# - perl: "5.20"
# env: DB=MariaDB VERSION=10.2.5
- perl: "5.20"
env: DB=MariaDB VERSION=10.3.9
# mariadb_config bug: https://jira.mariadb.org/browse/MDEV-15820
# - perl: "5.20"
# env: DB=MariaDB VERSION=10.3.9
- perl: "5.20"
env: CONC_DB=MySQL CONC_VERSION=6.0.0-beta
- perl: "5.20"
Expand Down

0 comments on commit c27bfd5

Please sign in to comment.