X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=8b3ec94d9725a42a8ca0aab3b01fe5f56f42c38a;hb=675a8fc74faefa0161b0754bd61c710de7a449c5;hp=5fa41fb43b16eab8adc0fcedbd2c717b16f28fb4;hpb=8519cc92341545468104f0704fff64a05c84bec0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.travis.yml b/.travis.yml index 5fa41fb43..8b3ec94d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,8 @@ install: - CC=gcc-4.9 CXX=g++-4.9 yarn install 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 + - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.0.3-64bit-static.tar.xz" + - tar xf ffmpeg-release-4.0.3-64bit-static.tar.xz - mkdir -p $HOME/bin - cp ffmpeg-*/{ffmpeg,ffprobe} $HOME/bin - export PATH=$HOME/bin:$PATH