Update CI Ubuntu version

This commit is contained in:
Victor Berger 2020-04-10 18:28:30 +02:00 committed by Victor Berger
parent cceb9dabf4
commit 8f4a9c172b
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ branches:
only: only:
- master - master
dist: trusty dist: bionic
# We cannot cache .vagga, because we actually do not have read permissions # We cannot cache .vagga, because we actually do not have read permissions
# without sudo and travis cache script runs not as sudo... # without sudo and travis cache script runs not as sudo...

View File

@ -4,7 +4,7 @@ containers:
base: base:
auto-clean: true auto-clean: true
setup: setup:
- !UbuntuRelease { codename: cosmic } - !UbuntuRelease { codename: eoan }
- !UbuntuUniverse - !UbuntuUniverse
- !Install [build-essential, wget, curl, pkg-config, file, openssl, sudo, ca-certificates, libssl-dev, cmake, libudev-dev, libgbm-dev, libxkbcommon-dev, libegl1-mesa-dev, libwayland-dev, libinput-dev, libsystemd-dev, libdbus-1-dev] - !Install [build-essential, wget, curl, pkg-config, file, openssl, sudo, ca-certificates, libssl-dev, cmake, libudev-dev, libgbm-dev, libxkbcommon-dev, libegl1-mesa-dev, libwayland-dev, libinput-dev, libsystemd-dev, libdbus-1-dev]