Skip to content

Commit 62cc084

Browse files
authored
CI: don't install ffmpeg on OSX on travis
It seems to be timing out the build (because it is falling back to building ffmpeg from scratch?!).
1 parent cc1c6a8 commit 62cc084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ before_install:
125125
else
126126
brew update
127127
brew tap homebrew/gui
128-
brew install python libpng ffmpeg imagemagick mplayer ccache
128+
# brew install python libpng ffmpeg imagemagick mplayer ccache
129129
# We could install ghostscript and inkscape here to test svg and pdf
130130
# but this makes the test time really long.
131131
# brew install ghostscript inkscape

0 commit comments

Comments
 (0)