Skip to content

Commit 3af3076

Browse files
committed
Travis: Allow failure on MariaDB 10.4 (Issue #208)
1 parent 6629080 commit 3af3076

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,15 @@ matrix:
322322
- mysql
323323
env: DUB_UPGRADE=true DB=mysql-default
324324

325+
# Currently failing on travis:
326+
# https://github.com/mysql-d/mysql-native/issues/208
327+
- d: dmd-2.078.3
328+
addons:
329+
mariadb: '10.4'
330+
apt:
331+
packages: [ libevent-dev ]
332+
env: DB=mariadb-10.4 USE_UNIT_THREADED=true
333+
325334
# These are currently failing because mysql-native does not yet
326335
# support MySQL v8.0.4's new default authentication mechanism: caching_sha2_password
327336
# See issue #189: https://github.com/mysql-d/mysql-native/issues/189

0 commit comments

Comments
 (0)