Add mysql for travis tests
This commit is contained in:
8
test/support/database-mysql-travis.yml
Normal file
8
test/support/database-mysql-travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
test:
|
||||
adapter: mysql2
|
||||
database: travis_ci_test
|
||||
host: localhost
|
||||
username: root
|
||||
password:
|
||||
pool: 5
|
||||
encoding: utf8mb4
|
||||
Reference in New Issue
Block a user