X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=2be6a797ab399342ad56ca5f739ff82b0456f740;hb=230809efa1e7e81ce60cd65f8b398f01a27d525b;hp=7b4ec3466f551f23387311dcc2502a38f1e602bd;hpb=803b0bd04d0025673f9c2daf1736cf58ee89b53a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.travis.yml b/.travis.yml index 7b4ec3466..2be6a797a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,11 @@ services: before_script: - npm install electron-prebuilt -g - npm run build + - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-3.0.2-64bit-static.tar.xz" + - tar xf ffmpeg-release-3.0.2-64bit-static.tar.xz + - mkdir -p $HOME/bin + - cp ffmpeg-*-64bit-static/{ffmpeg,ffprobe,ffserver} $HOME/bin + - export PATH=$HOME/bin:$PATH after_failure: - cat test1/logs/all-logs.log