travis: drop libav-stable support

For libav-stable, we download the Libav tarball, which is failing,
because their certificate is broken:

ERROR: cannot verify libav.org's certificate, issued by `/C=US/O=Let\'s Encrypt/CN=Let\'s Encrypt Authority X3':
  Issued certificate has expired.

I don't intend to support Libav's overly old releases anymore anyway,
so if you want to use Libav, use its git master.
This commit is contained in:
wm4 2017-08-03 14:43:04 +02:00
parent 2bcf04a7bd
commit 7ec8bd168e
2 changed files with 0 additions and 7 deletions

View File

@ -5,7 +5,6 @@ os:
#- osx #- osx
env: env:
matrix: matrix:
- LIBAV=libav-stable
- LIBAV=libav-git - LIBAV=libav-git
- LIBAV=ffmpeg-stable - LIBAV=ffmpeg-stable
- LIBAV=ffmpeg-git - LIBAV=ffmpeg-git
@ -26,8 +25,6 @@ branches:
matrix: matrix:
exclude: exclude:
- os: osx
env: LIBAV=libav-stable
- os: osx - os: osx
env: LIBAV=libav-git env: LIBAV=libav-git
- os: osx - os: osx

View File

@ -87,10 +87,6 @@ end
class Libav < TravisDepsBuilder class Libav < TravisDepsBuilder
def build_map def build_map
{ {
"libav-stable" => {
:action => :stable,
:url => 'http://libav.org/releases/libav-12.tar.gz'
},
"libav-git" => { "libav-git" => {
:action => :git, :action => :git,
:url => "git://git.libav.org/libav.git" :url => "git://git.libav.org/libav.git"