8000
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 c4eae56 commit 38f2e70Copy full SHA for 38f2e70
.travis.yml
@@ -1,7 +1,7 @@
1
language: python
2
before_install:
3
- >
4
- [ -f ffmpeg-release-64bit-static/ffmpeg ] || (
+ [ -f ffmpeg-3.3.4-64bit-static/ffmpeg ] || (
5
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz &&
6
tar Jxf ffmpeg-release-64bit-static.tar.xz
7
)
@@ -28,9 +28,9 @@ matrix:
28
install:
29
- pip install tox
30
script:
31
- - export PATH=$(readlink -f ffmpeg-release-64bit-static):$PATH
+ - export PATH=$(readlink -f ffmpeg-3.3.4-64bit-static):$PATH
32
- tox -e $TOX_ENV
33
cache:
34
directories:
35
- .tox
36
- - ffmpeg-release-64bit-static
+ - ffmpeg-3.3.4-64bit-static
0 commit comments