From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9FF8C4363D for ; Thu, 24 Sep 2020 16:16:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5A71523741 for ; Thu, 24 Sep 2020 16:16:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="TF8YmhqR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726841AbgIXQQd (ORCPT ); Thu, 24 Sep 2020 12:16:33 -0400 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:47089 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726652AbgIXQQc (ORCPT ); Thu, 24 Sep 2020 12:16:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1600964191; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:in-reply-to:in-reply-to:references:references; bh=4VyDfcbQv6DSbladqxeJEZpto2qmswqxERuS2zfS0lw=; b=TF8YmhqRbUInoZ0G4UO5W87dUoOa9QHGqWOEqXm8E08+KJlm4NcKoK+/J5+etire9Yrywq gtbBwBGHTdaSoTEtst1SKVg6rLSRqiows5wtGyW7kMkKvB1ICQaNWgZ6hRcNhk31F5h1Sh SCsFtDFTM/pPUTU2j7bKGfqIQmgdMb8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-292-o9Y1iHGiON2Zz_eDRt3LTQ-1; Thu, 24 Sep 2020 12:16:29 -0400 X-MC-Unique: o9Y1iHGiON2Zz_eDRt3LTQ-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7E27164099; Thu, 24 Sep 2020 16:16:28 +0000 (UTC) Received: from thuth.com (ovpn-113-113.ams2.redhat.com [10.36.113.113]) by smtp.corp.redhat.com (Postfix) with ESMTP id C39CD73662; Thu, 24 Sep 2020 16:16:24 +0000 (UTC) From: Thomas Huth To: kvm@vger.kernel.org, Paolo Bonzini , Drew Jones Cc: Laurent Vivier , David Hildenbrand , Janosch Frank , Cornelia Huck Subject: [kvm-unit-tests PATCH 1/9] travis.yml: Update from Bionic to Focal Date: Thu, 24 Sep 2020 18:16:04 +0200 Message-Id: <20200924161612.144549-2-thuth@redhat.com> In-Reply-To: <20200924161612.144549-1-thuth@redhat.com> References: <20200924161612.144549-1-thuth@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org The newer version of QEMU in Focal should help to run more tests with TCG (which will be enabled in later patches). Signed-off-by: Thomas Huth --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2e5ae41..3b18ce5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: bionic +dist: focal language: c cache: ccache git: -- 2.18.2