From c3f48e01cfdcd546279cb8101fb49600b637dc50 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Wed, 12 Aug 2015 23:33:09 +0100 Subject: [PATCH] Fixing issue with youtube-dl and ffmpeg --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 9b3b05d..824902c 100644 --- a/circle.yml +++ b/circle.yml @@ -25,7 +25,7 @@ dependencies: test: override: - ffmpeg -version - - avconf -version + - ls -lR /usr/local - 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=circleci -password=$MUMBLE_PASSWORD -verbose=true -test=true: timeout: 180 \ No newline at end of file