8000 Yet more travis yaml · Powercoder64/ffmpeg-python@9c22a16 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c22a16

Browse files
committed
Yet more travis yaml
1 parent f5410a8 commit 9c22a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
before_install:
33
- >
4-
[ -d ffmpeg-3.3.1-64bit-static ] || (
4+
[ -d ffmpeg-3.3.1-64bit-static/ffmpeg ] || (
55
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.3.1-64bit-static.tar.xz &&
66
tar Jxf ffmpeg-3.3.1-64bit-static.tar.xz
77
)

0 commit comments

Comments
 (0)
0