1
0
mirror of synced 2024-11-25 14:56:09 +03:00

Fix MySQL error in Travis CI

This commit is contained in:
Pavel 2019-07-03 14:03:14 +03:00
parent 24f862d93f
commit c9cf33cfbb

View File

@ -19,7 +19,7 @@ env:
before_script: before_script:
# Change MySQL root password # Change MySQL root password
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('root') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root - echo "USE mysql;\nUPDATE user SET authentication_string=PASSWORD('root') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
- composer install - composer install
- bash tests/bin/before_script.sh - bash tests/bin/before_script.sh