Configure GitLab-CI mysql service to use UTF-8 and fix failing test in MySQL.

This commit is contained in:
Roberto Rosario
2016-02-11 03:08:10 -04:00
parent 0295f7feb5
commit bfa6c51f86
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
test: &test
adapter: mysql2
collation: utf8_general_ci
database: gitlabhq_test
encoding: utf8
password:
pool: 5
reconnect: false
# socket: /tmp/mysql.sock
username: root