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:
parent
abb8d8447f
commit
6c17f247df
@ -7,7 +7,7 @@ ismac=0
|
||||
iswin=0
|
||||
|
||||
archive_ext=tar.gz
|
||||
decomp="tar zxvf"
|
||||
decomp="tar zxf"
|
||||
|
||||
if [ `uname` = "Darwin" ]; then
|
||||
ismac=1
|
||||
|
Loading…
Reference in New Issue
Block a user