Skip to content

Commit 729e349

Browse files
authored
Remove FFmpeg 3.2 from Travis matrix (#548)
1 parent bf0159b commit 729e349

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.travis.yml

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

3434
jobs:
35-
36-
# The FFmpeg 3.2 backport PPA has gone missing
37-
allow_failures:
38-
- name: "FFmpeg 3.2 GCC (Ubuntu 16.04 Xenial)"
39-
4035
include:
4136
- name: "Coverage + FFmpeg 3.4 GCC (Ubuntu 18.04 Bionic)"
4237
env:
@@ -99,31 +94,6 @@ jobs:
9994
- libavresample-dev
10095
- libomp-dev
10196

102-
- name: "FFmpeg 3.2 GCC (Ubuntu 16.04 Xenial)"
103-
env:
104-
- BUILD_VERSION=ffmpeg32
105-
- CMAKE_EXTRA_ARGS=""
106-
- TEST_TARGET="os_test"
107-
os: linux
108-
dist: xenial
109-
addons:
110-
apt:
111-
sources:
112-
- sourceline: 'ppa:openshot.developers/libopenshot-daily'
113-
- sourceline: 'ppa:jon-hedgerows/ffmpeg-backports'
114-
packages:
115-
- *p_common
116-
- libavresample-dev
117-
- libavcodec57
118-
- libavdevice57
119-
- libavfilter6
120-
- libavformat57
121-
- libavresample3
122-
- libavutil55
123-
- libpostproc54
124-
- libswresample2
125-
- libswscale4
126-
12797
- name: "FFmpeg 2 GCC (Ubuntu 16.04 Xenial)"
12898
env:
12999
- BUILD_VERSION=ffmpeg2

0 commit comments

Comments
 (0)