More travis work

This commit is contained in:
Alexander Meindl 2019-03-13 07:37:29 +01:00
parent 1daa367ae3
commit f32d4c3870
2 changed files with 7 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
test:
adapter: postgresql
encoding: utf8
pool: 5
database: travis_ci_test
user: postgres
username: postgres
pool: 5
encoding: utf8