Skip to content

Commit 2a04301

Browse files
committed
Travis: allow_failures for FFmpeg 3.2
1 parent e4dd726 commit 2a04301

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,12 @@ addons:
3232
- curl
3333

3434
jobs:
35-
include:
3635

36+
# The FFmpeg 3.2 backport PPA has gone missing
37+
allow_failures:
38+
- name: "FFmpeg 3.2 GCC (Ubuntu 16.04 Xenial)"
39+
40+
include:
3741
- name: "Coverage + FFmpeg 3.4 GCC (Ubuntu 18.04 Bionic)"
3842
env:
3943
- BUILD_VERSION=coverage_ffmpeg34

0 commit comments

Comments
 (0)