Update CI Ubuntu version
This commit is contained in:
parent
cceb9dabf4
commit
8f4a9c172b
|
@ -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...
|
||||||
|
|
|
@ -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]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue