From da2236254700ded28cf487840ad36768c135d9ea Mon Sep 17 00:00:00 2001 From: "karel.picman@lbcfree.net" Date: Thu, 17 Dec 2020 14:18:29 +0100 Subject: [PATCH] #1079 travis --- .travis.yml | 8 ++++---- test/ci/mysql.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7ef14533..fe1f30c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/test/ci/mysql.yml b/test/ci/mysql.yml index afa89274..dad1f7b7 100644 --- a/test/ci/mysql.yml +++ b/test/ci/mysql.yml @@ -3,6 +3,6 @@ test: adapter: mysql2 database: test username: dmsf - password: "pes+kocka" + password: "eGCq9ueVpUH3" encoding: utf8mb4 collation: utf8mb4_unicode_ci \ No newline at end of file