8000 Fix check in travis.yml · Powercoder64/ffmpeg-python@26e7cff · GitHub
[go: up one dir, main page]

Skip to content

Commit 26e7cff

Browse files
committed
Fix check in travis.yml
1 parent ac1f89b commit 26e7cff

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/ffmpeg ] || (
4+
[ -f 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