From acf746aca796fc03e3ff41aed890a350148fd970 Mon Sep 17 00:00:00 2001 From: Kepoor Hampond Date: Fri, 9 Jun 2017 16:47:51 -0700 Subject: [PATCH] travis can't find ffprobe --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 308af7c..f13f706 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: before_script: - sudo aptitude -y -q install ffmpeg libavcodec-extra-53 lame libmp3lame0 + - sudo aptitude -y -q install ffprobe # These dependencies are necessary for ffmpeg. I currently hate all things # doing with Travis and ffmpeg because I have no direct access to test stuff. # I've gone through 25 seperate commits to get it working.