#1079 MariaDB 10.4

This commit is contained in:
karel.picman@lbcfree.net 2020-12-04 13:10:32 +01:00
parent 7fd10cdb96
commit c23143bde4
2 changed files with 5 additions and 6 deletions

View File

@ -23,13 +23,14 @@ language: ruby
sudo: true
dist: xenial
dist: focal
rvm:
- 2.6
before_install:
before_script:
- sudo mysql -e 'CREATE DATABASE IF NOT EXISTS test CHARACTER SET utf8mb4;'
- sudo mysql -e "GRANT ALL PRIVILEGES ON test.* TO 'travis'@'%';";
- psql -c 'create database test;' -U postgres
- export WORKSPACE=`pwd`/workspace
- export PATH_TO_DMSF=`pwd`
@ -40,8 +41,6 @@ before_install:
- bash -x ./test/ci/redmine_install.sh -c
- bash -x ./test/ci/redmine_install.sh -i
install:
script:
- bash -x ./test/ci/redmine_install.sh -t
@ -63,4 +62,4 @@ services:
- postgresql
addons:
mariadb: '10.4'
mariadb: '10.5'

View File

@ -2,6 +2,6 @@
test:
adapter: mysql2
database: test
username: root
username: travis
encoding: utf8mb4
collation: utf8mb4_unicode_ci