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
27c73d4e3e
commit
6cfced238c
@ -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