8000 update ffmpeg build dir name · devinhee/ffmpeg-python@38f2e70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 38f2e70

Browse files
committed
update ffmpeg build dir name
1 parent c4eae56 commit 38f2e70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
before_install:
33
- >
4-
[ -f ffmpeg-release-64bit-static/ffmpeg ] || (
4+
[ -f ffmpeg-3.3.4-64bit-static/ffmpeg ] || (
55
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz &&
66
tar Jxf ffmpeg-release-64bit-static.tar.xz
77
)
@@ -28,9 +28,9 @@ matrix:
2828
install:
2929
- pip install tox
3030
script:
31-
- export PATH=$(readlink -f ffmpeg-release-64bit-static):$PATH
31+
- export PATH=$(readlink -f ffmpeg-3.3.4-64bit-static):$PATH
3232
- tox -e $TOX_ENV
3333
cache:
3434
directories:
3535
- .tox
36-
- ffmpeg-release-64bit-static
36+
- ffmpeg-3.3.4-64bit-static

0 commit comments

Comments
 (0)
0