Update .travis.yml

This commit is contained in:
walisonjose 2018-06-04 13:40:23 -03:00 committed by GitHub
parent 6c165daaff
commit 56eb2293ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ before_install:
#Instalando Mysql
- sudo apt-get install sshpass
- 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 mysql_upgrade
- sudo service mysql restart
- sudo mysql -u root -p 'root'
install: