From a48cc2f9b5022d016c95273eaa685b99a703d2c8 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Mon, 3 Sep 2018 20:00:03 -0400 Subject: [PATCH] travis: unzip quietly so build log is not truncated --- travis_metal_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_metal_deploy.sh b/travis_metal_deploy.sh index a6cf39a386..13ad04aeb3 100644 --- a/travis_metal_deploy.sh +++ b/travis_metal_deploy.sh @@ -21,7 +21,7 @@ echo "Downloading assets..." cd RetroArch.app/Contents/Resources/ curl -O http://bot.libretro.com/assets/frontend/bundle.zip -unzip -o bundle.zip +unzip -q -o bundle.zip rm -rf bundle.zip echo "Creating DMG image..."