Add mysql for travis tests

This commit is contained in:
Alexander Meindl
2019-08-07 20:32:17 +02:00
parent 96f9e93e31
commit 543f8ff49b
8 changed files with 75 additions and 38 deletions

View File

@@ -0,0 +1,8 @@
test:
adapter: mysql2
database: travis_ci_test
host: localhost
username: root
password:
pool: 5
encoding: utf8mb4