Fix change password command

This commit is contained in:
Dennis Eichhorn 2018-08-04 16:07:38 +02:00
parent 0407659445
commit 5001003414

View File

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