#1079 travis
This commit is contained in:
parent
985cd4b504
commit
da22362547
@ -30,7 +30,7 @@ rvm:
|
||||
|
||||
before_script:
|
||||
- sudo mysql -e 'CREATE DATABASE IF NOT EXISTS test CHARACTER SET utf8mb4;'
|
||||
- sudo mysql -e "CREATE USER 'dmsf'@'localhost' IDENTIFIED BY 'pes+kocka'";
|
||||
- sudo mysql -e "CREATE USER 'dmsf'@'localhost' IDENTIFIED BY 'eGCq9ueVpUH3'";
|
||||
- sudo mysql -e "GRANT ALL PRIVILEGES ON test.* TO 'dmsf'@'localhost'";
|
||||
- psql -c 'create database test;' -U postgres
|
||||
- export WORKSPACE=`pwd`/workspace
|
||||
@ -66,8 +66,8 @@ services:
|
||||
|
||||
addons:
|
||||
mariadb: '10.5'
|
||||
postgresql: '10'
|
||||
postgresql: '12'
|
||||
apt:
|
||||
packages:
|
||||
- postgresql-10
|
||||
- postgresql-client-10
|
||||
- postgresql-12
|
||||
- postgresql-client-12
|
||||
|
||||
@ -3,6 +3,6 @@ test:
|
||||
adapter: mysql2
|
||||
database: test
|
||||
username: dmsf
|
||||
password: "pes+kocka"
|
||||
password: "eGCq9ueVpUH3"
|
||||
encoding: utf8mb4
|
||||
collation: utf8mb4_unicode_ci
|
||||
Loading…
x
Reference in New Issue
Block a user