More travis work
This commit is contained in:
parent
1daa367ae3
commit
f32d4c3870
@ -1,7 +1,8 @@
|
||||
test:
|
||||
adapter: mysql2
|
||||
encoding: utf8mb4
|
||||
pool: 5
|
||||
database: travis_ci_test
|
||||
user: root
|
||||
host: localhost
|
||||
username: root
|
||||
password: travis_ci_test
|
||||
pool: 5
|
||||
encoding: utf8mb4
|
||||
|
@ -1,6 +1,6 @@
|
||||
test:
|
||||
adapter: postgresql
|
||||
encoding: utf8
|
||||
pool: 5
|
||||
database: travis_ci_test
|
||||
user: postgres
|
||||
username: postgres
|
||||
pool: 5
|
||||
encoding: utf8
|
||||
|
Loading…
Reference in New Issue
Block a user