Update .travis.yml

This commit is contained in:
walisonjose 2018-05-30 13:48:12 -03:00 committed by GitHub
parent 17969892d3
commit baa970438c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ before_install:
# -in deploy_rsa.enc -out deploy_rsa -d
#Instalando Mysql
- sudo apt-get install sshpass
- apt-get -y install zsh htop
- sudo apt-get -y install zsh htop
- echo "mysql-server-5.6 mysql-server/root_password password root" | sudo debconf-set-selections
- echo "mysql-server-5.6 mysql-server/root_password_again password root" | sudo debconf-set-selections
- apt-get -y install mysql-server-5.6