From patchwork Thu Aug 29 06:26:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Huth X-Patchwork-Id: 11120439 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DEA7E1399 for ; Thu, 29 Aug 2019 06:27:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C837C2189D for ; Thu, 29 Aug 2019 06:27:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725973AbfH2G07 (ORCPT ); Thu, 29 Aug 2019 02:26:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49184 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725782AbfH2G07 (ORCPT ); Thu, 29 Aug 2019 02:26:59 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 879778980F6 for ; Thu, 29 Aug 2019 06:26:59 +0000 (UTC) Received: from thuth.com (ovpn-116-53.ams2.redhat.com [10.36.116.53]) by smtp.corp.redhat.com (Postfix) with ESMTP id 17FBC194B9; Thu, 29 Aug 2019 06:26:53 +0000 (UTC) From: Thomas Huth To: kvm@vger.kernel.org, Paolo Bonzini , =?utf-8?b?UmFk?= =?utf-8?b?aW0gS3LEjW3DocWZ?= , Drew Jones , Laurent Vivier , David Hildenbrand Subject: [kvm-unit-tests PATCH] Update travis.yml to use bionic instead of trusty Date: Thu, 29 Aug 2019 08:26:50 +0200 Message-Id: <20190829062650.19325-1-thuth@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.67]); Thu, 29 Aug 2019 06:26:59 +0000 (UTC) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org 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 Acked-by: David Hildenbrand --- .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