mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Fix travis yaml syntax
This commit is contained in:
parent
1c5418dd63
commit
f5410a87c0
@ -1,6 +1,10 @@
|
|||||||
language: python
|
language: python
|
||||||
before_install:
|
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:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user