This commit is contained in:
Dennis Eichhorn 2018-08-04 15:59:28 +02:00
parent 1783ef3804
commit 06757d9a83

View File

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