Skip to content

Commit 271c390

Browse files
authored
Merge pull request #388 from ferdnyc/travis-fail-ffmpeg4
Travis: allow FFmpeg4 build failures
2 parents 99565bb + 2fa51a6 commit 271c390

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ addons:
3232
- libswresample-dev
3333

3434
matrix:
35+
36+
# The FFmpeg4 PPA is currently down as a protest
37+
allow_failures:
38+
- env: BUILD_VERSION=ffmpeg4
39+
3540
include:
3641
- name: "FFmpeg 2 GCC (Ubuntu 16.04 Xenial)"
3742
env: BUILD_VERSION=ffmpeg2

0 commit comments

Comments
 (0)