Don't unpack mysql verbosely

I doubt we're interested in the filename of every single file
contained in the mysql archive when it's decompressed.

It bloats up the travis build log.
This commit is contained in:
Peace-Maker 2014-12-20 11:32:15 +01:00 committed by Nicholas Hastings
parent 27c73d4e3e
commit 6cfced238c

View File

@ -7,7 +7,7 @@ ismac=0
iswin=0 iswin=0
archive_ext=tar.gz archive_ext=tar.gz
decomp="tar zxvf" decomp="tar zxf"
if [ `uname` = "Darwin" ]; then if [ `uname` = "Darwin" ]; then
ismac=1 ismac=1