We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8409d4 commit 39cbd53Copy full SHA for 39cbd53
.travis.yml
@@ -2,8 +2,8 @@ language: python
2
before_install:
3
- >
4
[ -f ffmpeg-3.3.1-64bit-static/ffmpeg ] || (
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
+ curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz &&
+ tar Jxf ffmpeg-release-64bit-static.tar.xz
7
)
8
matrix:
9
include:
0 commit comments