Continous integration update

This commit is contained in:
Karel Pičman 2018-06-15 16:50:30 +02:00
parent 6947d34070
commit 96049e5d74

View File

@ -29,10 +29,6 @@ rvm:
- 2.4
before_install:
#- mysql -e 'set global innodb_file_format = BARRACUDA';
#- mysql -e 'set global innodb_large_prefix = ON';
#- mysql -e 'set global innodb_default_row_format = DYNAMIC';
#- mysql -e 'set global innodb_file_per_table = ON';
- mysql -e 'CREATE DATABASE IF NOT EXISTS test CHARACTER SET utf8mb4;'
- psql -c 'create database test;' -U postgres