We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87902b0 commit 61ddc1aCopy full SHA for 61ddc1a
travis_config.sh
@@ -111,10 +111,6 @@ function pre_build {
111
brew_install_and_cache_within_time_limit ffmpeg_opencv || { [ $? -gt 1 ] && return 2 || return 0; }
112
else
113
brew install ffmpeg_opencv
114
- #cmake is a build dependency of ffmpeg so a bottle should be present in cache
115
- if (brew outdated | grep -qxF cmake) || ! (brew list | grep -qxF cmake); then
116
- _brew_install_and_cache cmake 1 0
117
- fi
118
fi
119
120
if [ -n "$CACHE_STAGE" ]; then
0 commit comments