To avoid AR 6 + MySQL 5.6 varchar(255) index bug

This commit is contained in:
Akira Matsuda 2019-05-01 14:07:07 +09:00
parent db4d618fdd
commit e2078ce46b
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@ language: ruby
addons:
postgresql: '9.4'
apt:
sources:
- mysql-5.7-trusty
packages:
- mysql-server
- mysql-client
rvm:
- 2.6.3