From 43a2cb8623e31f038e50bc65f48392041c6c171c Mon Sep 17 00:00:00 2001 From: Olli-Pekka Heinisuo Date: Wed, 15 Jul 2020 16:59:48 +0300 Subject: [PATCH] verbose --- travis_config.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/travis_config.sh b/travis_config.sh index d606c83..2f97fe9 100644 --- a/travis_config.sh +++ b/travis_config.sh @@ -110,8 +110,7 @@ function pre_build { brew_install_and_cache_within_time_limit ffmpeg_opencv || { [ $? -gt 1 ] && return 2 || return 0; } else brew unlink python@2 - brew update - brew install ffmpeg_opencv + brew install ffmpeg_opencv --vd fi if [ -n "$CACHE_STAGE" ]; then -- GitLab