Try to restart mysql

This commit is contained in:
Dennis Eichhorn 2018-08-04 16:10:40 +02:00
parent 5001003414
commit 5a71144588

View File

@ -6,6 +6,7 @@ services:
- mysql
before_script:
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('password') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
- sudo service mysql restart
- pecl install ast
- composer install
script: