Skip to content

Commit 1dd0281

Browse files
committed
Use Ubuntu 20.04 for FFmpeg 4
1 parent 4567154 commit 1dd0281

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,17 @@ jobs:
5757
- lcov
5858
- binutils-common # For c++filt
5959

60-
- name: "FFmpeg 4 GCC (Ubuntu 18.04 Bionic)"
60+
- name: "FFmpeg 4 GCC (Ubuntu 20.04 Focal)"
6161
env:
6262
- BUILD_VERSION=ffmpeg4
6363
- CMAKE_EXTRA_ARGS=""
6464
- TEST_TARGET=test
6565
os: linux
66-
dist: bionic
66+
dist: focal
6767
addons:
6868
apt:
6969
sources:
7070
- sourceline: 'ppa:openshot.developers/libopenshot-daily'
71-
- sourceline: 'ppa:beineri/opt-qt-5.12.3-bionic'
72-
- sourceline: 'ppa:jonathonf/ffmpeg-4'
7371
packages:
7472
- *p_common
7573
- qt5-default

0 commit comments

Comments
 (0)