Continous integration update
This commit is contained in:
parent
0f45c67d08
commit
eeea837b08
@ -26,6 +26,9 @@ sudo: false
|
||||
rvm:
|
||||
- 2.4
|
||||
|
||||
before_install:
|
||||
- mysql -e 'CREATE DATABASE IF NOT EXISTS test CHARACTER SET utf8mb4;'
|
||||
|
||||
install:
|
||||
|
||||
script:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
test:
|
||||
adapter: postgres
|
||||
adapter: postgresql
|
||||
database: test
|
||||
encoding: utf8
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
test:
|
||||
adapter: sqlite3
|
||||
database: ":memory:"
|
||||
database: test
|
||||
timeout: 500
|
||||
Loading…
x
Reference in New Issue
Block a user