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