Update .travis.yml
This commit is contained in:
parent
6e486f2d5a
commit
6c165daaff
|
@ -28,7 +28,7 @@ before_install:
|
|||
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('root') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
|
||||
- sudo mysql_upgrade
|
||||
- sudo service mysql restart
|
||||
#- sudo mysql -u root -p 'root'
|
||||
- sudo mysql -u root -p 'root'
|
||||
install:
|
||||
- echo -e "Install"
|
||||
- mkdir /home/travis/build/wordpress/
|
||||
|
|
Loading…
Reference in New Issue