Merge branch 'mysql-password-ci' into 'master'

Allow empty Mysql password on CI

[ci skip]

See merge request !2558
This commit is contained in:
Kamil Trzciński 2016-01-22 15:40:56 +00:00
commit 0e51ca7c48
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
# This file is generated by GitLab CI
image: "ruby:2.1"
services:
- mysql:latest
- postgres:latest
- redis:latest
variables:
MYSQL_ALLOW_EMPTY_PASSWORD: "1"
before_script:
- ./scripts/prepare_build.sh
- ruby -v