Skip to content

Commit

Permalink
Travis: allow_failures for FFmpeg 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Jun 1, 2020
1 parent e4dd726 commit 2a04301
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -32,8 +32,12 @@ addons:
- curl

jobs:
include:

# The FFmpeg 3.2 backport PPA has gone missing
allow_failures:
- name: "FFmpeg 3.2 GCC (Ubuntu 16.04 Xenial)"

include:
- name: "Coverage + FFmpeg 3.4 GCC (Ubuntu 18.04 Bionic)"
env:
- BUILD_VERSION=coverage_ffmpeg34
Expand Down

0 comments on commit 2a04301

Please sign in to comment.