mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 12:48:09 +08:00
Fix check in travis.yml
This commit is contained in:
parent
ac1f89ba55
commit
26e7cff382
@ -1,7 +1,7 @@
|
||||
language: python
|
||||
before_install:
|
||||
- >
|
||||
[ -d ffmpeg-3.3.1-64bit-static/ffmpeg ] || (
|
||||
[ -f 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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user