Thanks to visit codestin.com Credit goes to github.com
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.
2 parents e11582f + 182c0b8 commit 803fd69Copy full SHA for 803fd69
.travis.yml
@@ -21,8 +21,6 @@ addons:
21
paths:
22
- result_images.tar.bz2
23
apt:
24
- sources:
25
- - sourceline: ppa:jonathonf/ffmpeg-3
26
packages:
27
- cm-super
28
- dvipng
azure-pipelines.yml
@@ -49,7 +49,6 @@ steps:
49
- bash: |
50
case "$(python -c 'import sys; print(sys.platform)')" in
51
linux)
52
- sudo apt-add-repository ppa:jonathonf/ffmpeg-3
53
sudo apt-get update
54
sudo apt-get install \
55
cm-super \
0 commit comments