diff --git a/.travis.yml b/.travis.yml index db5c4fd..f1e125e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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... diff --git a/vagga.yaml b/vagga.yaml index e423206..8173090 100644 --- a/vagga.yaml +++ b/vagga.yaml @@ -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]