Message ID | 20190829062650.19325-1-thuth@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [kvm-unit-tests] Update travis.yml to use bionic instead of trusty | expand |
On 29.08.19 08:26, Thomas Huth wrote: > 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@redhat.com> > --- > .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 > Acked-by: David Hildenbrand <david@redhat.com>
On 29/08/19 08:26, Thomas Huth wrote: > 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@redhat.com> > --- > .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 > Queued, thanks. Paolo
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
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@redhat.com> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)