Continous integration update
This commit is contained in:
parent
eeea837b08
commit
90ed6969f2
@ -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:
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
test:
|
||||
adapter: sqlite3
|
||||
database: test
|
||||
database: db/test.sqlite3
|
||||
timeout: 500
|
||||
Loading…
x
Reference in New Issue
Block a user