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
parent abb8d8447f
commit 6c17f247df

View File

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