diff mbox series

[kvm-unit-tests] Update travis.yml to use bionic instead of trusty

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

Commit Message

Thomas Huth Aug. 29, 2019, 6:26 a.m. UTC
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(-)

Comments

David Hildenbrand Sept. 6, 2019, 9:13 a.m. UTC | #1
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>
Paolo Bonzini Sept. 10, 2019, 2:50 p.m. UTC | #2
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 mbox series

Patch

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