Update CI Ubuntu version
This commit is contained in:
parent
cceb9dabf4
commit
8f4a9c172b
|
@ -10,7 +10,7 @@ branches:
|
|||
only:
|
||||
- master
|
||||
|
||||
dist: trusty
|
||||
dist: bionic
|
||||
|
||||
# We cannot cache .vagga, because we actually do not have read permissions
|
||||
# without sudo and travis cache script runs not as sudo...
|
||||
|
|
|
@ -4,7 +4,7 @@ containers:
|
|||
base:
|
||||
auto-clean: true
|
||||
setup:
|
||||
- !UbuntuRelease { codename: cosmic }
|
||||
- !UbuntuRelease { codename: eoan }
|
||||
- !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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue