From cd259d5c1055fce4cda2ef5376b2d31569fcce5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Fri, 15 Jun 2018 16:33:51 +0200 Subject: [PATCH] Continous integration update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 21f7afb1..c16043a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ rvm: 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_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