From: Chocobozzz Date: Fri, 10 Aug 2018 15:56:07 +0000 (+0200) Subject: Correctly copy ffmpeg X-Git-Tag: delete~23 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=5c617be48468e88bc3bc3329ba94b3aa7382d851;p=github%2FChocobozzz%2FPeerTube.git Correctly copy ffmpeg --- diff --git a/.travis.yml b/.travis.yml index 4cf90e818..ecb44c514 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ before_script: - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.0.2-64bit-static.tar.xz" - tar xf ffmpeg-release-4.0.2-64bit-static.tar.xz - mkdir -p $HOME/bin - - cp ffmpeg-*-64bit-static/{ffmpeg,ffprobe,ffserver} $HOME/bin + - cp ffmpeg-*/{ffmpeg,ffprobe} $HOME/bin - export PATH=$HOME/bin:$PATH - psql -c "create user peertube with password 'peertube';" -U postgres