This commit is contained in:
karel.picman@lbcfree.net 2020-12-17 10:56:44 +01:00
parent e326878f3c
commit 149e675379
2 changed files with 4 additions and 2 deletions

View File

@ -30,7 +30,8 @@ rvm:
before_script:
- sudo mysql -e 'CREATE DATABASE IF NOT EXISTS test CHARACTER SET utf8mb4;'
- sudo mysql -e "GRANT ALL PRIVILEGES ON test.* TO 'travis'@'%';";
- sudo mysql -e "CREATE USER 'dmsf'@'localhost' IDENTIFIED BY 'pes+kocka'";
- sudo mysql -e "GRANT ALL PRIVILEGES ON test.* TO 'dmsf'@'%'";
- psql -c 'create database test;' -U postgres
- export WORKSPACE=`pwd`/workspace
- export PATH_TO_DMSF=`pwd`

View File

@ -2,6 +2,7 @@
test:
adapter: mysql2
database: test
username: travis
username: dmsf
password: "pes+kocka"
encoding: utf8mb4
collation: utf8mb4_unicode_ci