Skip to content

Commit 43a2cb8

Browse files
committed
verbose
1 parent 9a33dcf commit 43a2cb8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

travis_config.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ function pre_build {
110110
brew_install_and_cache_within_time_limit ffmpeg_opencv || { [ $? -gt 1 ] && return 2 || return 0; }
111111
else
112112
brew unlink python@2
113-
brew update
114-
brew install ffmpeg_opencv
113+
brew install ffmpeg_opencv --vd
115114
fi
116115

117116
if [ -n "$CACHE_STAGE" ]; then

0 commit comments

Comments
 (0)