travis updates

This commit is contained in:
John 2019-03-03 00:28:32 +08:00
parent 55a5532c2e
commit b01777fcd1

View File

@ -16,9 +16,8 @@ services:
- mysql
before_install:
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('12345678') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
- sudo mysql_upgrade -u root -p12345678
- sudo service mysql restart
- mysql -e "use mysql; update user set authentication_string=PASSWORD('12345678') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
- service mysql restart
install:
- pwd