Yet more travis yaml

This commit is contained in:
Karl Kroening 2017-06-13 23:46:44 -06:00
parent f5410a87c0
commit 9c22a16360

View File

@ -1,7 +1,7 @@
language: python
before_install:
- >
[ -d ffmpeg-3.3.1-64bit-static ] || (
[ -d ffmpeg-3.3.1-64bit-static/ffmpeg ] || (
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.3.1-64bit-static.tar.xz &&
tar Jxf ffmpeg-3.3.1-64bit-static.tar.xz
)