8000 Fix travis yaml syntax · Powercoder64/ffmpeg-python@f5410a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5410a8

Browse files
committed
Fix travis yaml syntax
1 parent 1c5418d commit f5410a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
language: python
22
before_install:
3-
- [ -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)
3+
- >
4+
[ -d ffmpeg-3.3.1-64bit-static ] || (
5+
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.3.1-64bit-static.tar.xz &&
6+
tar Jxf ffmpeg-3.3.1-64bit-static.tar.xz
7+
)
48
matrix:
59
include:
610
- python: 2.7

0 commit comments

Comments
 (0)
0