Continous integration update

This commit is contained in:
Karel Pičman 2018-06-15 16:03:38 +02:00
parent eeea837b08
commit 90ed6969f2
2 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -1,5 +1,5 @@
test:
adapter: sqlite3
database: test
database: db/test.sqlite3
timeout: 500