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-23 09:03:22 -05:00
committed by Nicholas Hastings
parent 27c73d4e3e
commit 6cfced238c
+1 -1
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