diff --git a/.travis.yml b/.travis.yml index 3adb688f..a0878592 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,9 @@ rvm: before_install: - mysql -e 'CREATE DATABASE IF NOT EXISTS test CHARACTER SET utf8mb4;' + - mysql -e 'set global innodb_file_format = `BARRACUDA`; + - mysql -e 'set global innodb_large_prefix = `ON`; + - psql -c 'create database test;' -U postgres install: diff --git a/test/ci/sqlite.yml b/test/ci/sqlite.yml index 7a9349f7..f9e3c7cf 100644 --- a/test/ci/sqlite.yml +++ b/test/ci/sqlite.yml @@ -1,5 +1,5 @@ test: adapter: sqlite3 - database: test + database: db/test.sqlite3 timeout: 500 \ No newline at end of file