Continous integration update

This commit is contained in:
Karel Pičman 2018-06-15 15:45:59 +02:00
parent 0f45c67d08
commit eeea837b08
3 changed files with 5 additions and 2 deletions

View File

@ -26,6 +26,9 @@ sudo: false
rvm:
- 2.4
before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS test CHARACTER SET utf8mb4;'
install:
script:

View File

@ -1,5 +1,5 @@
test:
adapter: postgres
adapter: postgresql
database: test
encoding: utf8

View File

@ -1,5 +1,5 @@
test:
adapter: sqlite3
database: ":memory:"
database: test
timeout: 500