From cfa0842aa3d1cd2974fb8547e90aa19ca9cf54fe Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Thu, 13 Aug 2015 00:04:49 +0100 Subject: [PATCH] Fixing issue with youtube-dl and ffmpeg --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 88a86ce..ed5b900 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,6 @@ script: - make install after_success: + - ffmpeg -version + - youtube-dl --output ~/.mumbledj/songs/QcIy9NiNbmo.m4a --format m4a --prefer-ffmpeg -v http://www.youtube.com/watch?v=QcIy9NiNbmo - mumbledj -server=$MUMBLE_IP -port=$MUMBLE_PORT -username=travis -password=$MUMBLE_PASSWORD -verbose=true -test=true \ No newline at end of file