Update .travis.yml

This commit is contained in:
walisonjose 2018-07-12 13:52:28 -03:00 committed by GitHub
parent 2e6d4c567b
commit c9f0053a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ apt:
services:
- mysql
before_install:
- sudo apt-get install sshpass
- sudo apt-get update
- sudo apt-get install sshpass
- sudo service mysql restart
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
install: