Added docker mysql config

This commit is contained in:
ariel-
2016-03-06 04:38:18 -03:00
parent 9e56471658
commit 00a823cd7a

View File

@@ -1,3 +1,9 @@
services:
- mysql:latest
variables:
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
before_script:
- git checkout -b master
- apt-get -yqq update