From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BD30138359 for ; Sat, 21 Nov 2020 10:53:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C261EE0391; Sat, 21 Nov 2020 10:53:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7662E0391 for ; Sat, 21 Nov 2020 10:53:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 627E1340D3A for ; Sat, 21 Nov 2020 10:53:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6AE544F for ; Sat, 21 Nov 2020 10:53:46 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1605956020.8acb5968a74837cc1434a48ff89c1255c2c1676d.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 8acb5968a74837cc1434a48ff89c1255c2c1676d X-VCS-Branch: master Date: Sat, 21 Nov 2020 10:53:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0d904ff5-1f8a-4493-9cf0-3f5623a078be X-Archives-Hash: 0e3d1306dacb0e8cca92e229be2cdc98 commit: 8acb5968a74837cc1434a48ff89c1255c2c1676d Author: Fabian Groffen gentoo org> AuthorDate: Sat Nov 21 10:53:40 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Nov 21 10:53:40 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=8acb5968 travis: try newer macOS image Signed-off-by: Fabian Groffen gentoo.org> .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6ab918f..af1504c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ language: c dist: focal os: linux +osx_image: xcode11.3.1 jobs: include: @@ -60,7 +61,6 @@ addons: - coreutils - bash - libressl - #update: true # working around unknown bundle command before_install: - ./travis/install-blake2.sh