travis: unzip quietly so build log is not truncated
This commit is contained in:
parent
c64a75c58a
commit
a48cc2f9b5
|
@ -21,7 +21,7 @@ echo "Downloading assets..."
|
||||||
|
|
||||||
cd RetroArch.app/Contents/Resources/
|
cd RetroArch.app/Contents/Resources/
|
||||||
curl -O http://bot.libretro.com/assets/frontend/bundle.zip
|
curl -O http://bot.libretro.com/assets/frontend/bundle.zip
|
||||||
unzip -o bundle.zip
|
unzip -q -o bundle.zip
|
||||||
rm -rf bundle.zip
|
rm -rf bundle.zip
|
||||||
|
|
||||||
echo "Creating DMG image..."
|
echo "Creating DMG image..."
|
||||||
|
|
Loading…
Reference in New Issue