From b0cc12c2765ee3b2bf417143bac6297929e79053 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Wed, 12 Aug 2015 23:35:38 +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 824902c..e8d7231 100644 --- a/circle.yml +++ b/circle.yml @@ -25,7 +25,7 @@ dependencies: test: override: - ffmpeg -version - - ls -lR /usr/local + - ls -lR /usr/local/bin - 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