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 39cbd53 commit c4eae56Copy full SHA for c4eae56
.travis.yml
@@ -1,7 +1,7 @@
1
language: python
2
before_install:
3
- >
4
- [ -f ffmpeg-3.3.1-64bit-static/ffmpeg ] || (
+ [ -f ffmpeg-release-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-3.3.1-64bit-static):$PATH
+ - export PATH=$(readlink -f ffmpeg-release-64bit-static):$PATH
32
- tox -e $TOX_ENV
33
cache:
34
directories:
35
- .tox
36
- - ffmpeg-3.3.1-64bit-static
+ - ffmpeg-release-64bit-static
0 commit comments