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 1c5418d commit f5410a8Copy full SHA for f5410a8
.travis.yml
@@ -1,6 +1,10 @@
1
language: python
2
before_install:
3
- - [ -d ffmpeg-3.3.1-64bit-static ] || (curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.3.1-64bit-static.tar.xz && tar Jxf ffmpeg-3.3.1-64bit-static.tar.xz)
+ - >
4
+ [ -d ffmpeg-3.3.1-64bit-static ] || (
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
7
+ )
8
matrix:
9
include:
10
- python: 2.7
0 commit comments