Fix mysql database

This commit is contained in:
Dennis Eichhorn 2018-08-04 15:39:39 +02:00
parent cbac440141
commit 3dbd887702

View File

@ -2,7 +2,10 @@ language: php
php: php:
- '7.2' - '7.2'
- nightly - nightly
services:
- mysql
before_script: before_script:
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('123456') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
- pecl install ast - pecl install ast
- composer install - composer install
script: script: