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 D062F138334 for ; Sat, 25 May 2019 14:54:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F104E0207; Sat, 25 May 2019 14:54:58 +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 81E22E0207 for ; Sat, 25 May 2019 14:54:58 +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 C64F9344F9B for ; Sat, 25 May 2019 14:54:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64FB959F for ; Sat, 25 May 2019 14:54:54 +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: <1558796082.fdca7717ed3b76a8b2a018f40ecc45346bbced3f.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: fdca7717ed3b76a8b2a018f40ecc45346bbced3f X-VCS-Branch: master Date: Sat, 25 May 2019 14:54:54 +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: 412ad916-2a0a-40a5-906b-09c2b2de020a X-Archives-Hash: d35175feda54c9f7f83522f7b341c1aa commit: fdca7717ed3b76a8b2a018f40ecc45346bbced3f Author: Fabian Groffen gentoo org> AuthorDate: Sat May 25 14:54:42 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat May 25 14:54:42 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=fdca7717 travis: try switching to a more recent ubuntu .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1dae592..b72a165 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ sudo: false # Order here matters; see compiler comment above. os: - linux +dist: xenial env: global: @@ -21,9 +22,10 @@ env: addons: apt: packages: + - libgpgme11-dev + - gnupg before_install: - ./travis/install-iniparser.sh - ./travis/install-blake2.sh - - sudo apt-get install libgpgme11-dev gnupg script: ./travis/main.sh