Fixing issue with youtube-dl and ffmpeg

This commit is contained in:
MichaelOultram 2015-08-13 00:04:49 +01:00
parent 4d87a6c6d0
commit cfa0842aa3

View file

@ -21,4 +21,6 @@ script:
- make install - make install
after_success: 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 - mumbledj -server=$MUMBLE_IP -port=$MUMBLE_PORT -username=travis -password=$MUMBLE_PASSWORD -verbose=true -test=true