From 7ec8bd168e9347b00de5b10e87854ddf60b61071 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 3 Aug 2017 14:43:04 +0200 Subject: 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. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 557a5262d4..8f8bed2456 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ os: #- osx env: matrix: - - LIBAV=libav-stable - LIBAV=libav-git - LIBAV=ffmpeg-stable - LIBAV=ffmpeg-git @@ -26,8 +25,6 @@ branches: matrix: exclude: - - os: osx - env: LIBAV=libav-stable - os: osx env: LIBAV=libav-git - os: osx -- cgit v1.2.3