Ubuntu "trusty" is out of service, and at least for me, the Travis jobs for kvm-unit-tests are failing because they can not find the repositories anymore. Thus use a newer version of Ubuntu to do the CI testing. Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b06c33c..a4a165d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: false -dist: trusty +dist: bionic language: c compiler: - gcc -- 2.18.1