Be sure about the version of ffmpeg in travis buils

pull/10/head
Bigard Florian 2016-05-12 15:56:33 +02:00
parent c8d90fdb60
commit 504b79cb67
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ services:
before_script:
- npm install electron-prebuilt -g
- npm run build
- wget "http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz"
- tar xf ffmpeg-release-64bit-static.tar.xz
- 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