Skip to content

Commit 8bbf351

Browse files
committed
fix flags
1 parent 3f8604a commit 8bbf351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function pre_build {
112112
brew_install_and_cache_within_time_limit ffmpeg_opencv || { [ $? -gt 1 ] && return 2 || return 0; }
113113
else
114114
brew unlink python@2
115-
brew install ffmpeg_opencv --vd
115+
brew install -vd ffmpeg_opencv
116116
fi
117117

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

0 commit comments

Comments
 (0)