Skip to content

Commit

Permalink
Use Ubuntu 20.04 for FFmpeg 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Jun 1, 2020
1 parent 4567154 commit 1dd0281
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -57,19 +57,17 @@ jobs:
- lcov
- binutils-common # For c++filt

- name: "FFmpeg 4 GCC (Ubuntu 18.04 Bionic)"
- name: "FFmpeg 4 GCC (Ubuntu 20.04 Focal)"
env:
- BUILD_VERSION=ffmpeg4
- CMAKE_EXTRA_ARGS=""
- TEST_TARGET=test
os: linux
dist: bionic
dist: focal
addons:
apt:
sources:
- sourceline: 'ppa:openshot.developers/libopenshot-daily'
- sourceline: 'ppa:beineri/opt-qt-5.12.3-bionic'
- sourceline: 'ppa:jonathonf/ffmpeg-4'
packages:
- *p_common
- qt5-default
Expand Down

0 comments on commit 1dd0281

Please sign in to comment.