Update .travis.yml

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

View File

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