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 B585A138350 for ; Tue, 3 Mar 2020 14:58:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0239EE0C20; Tue, 3 Mar 2020 14:58:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E2EC3E0C20 for ; Tue, 3 Mar 2020 14:58: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 1342F34EF9D for ; Tue, 3 Mar 2020 14:58:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC219116 for ; Tue, 3 Mar 2020 14:58:56 +0000 (UTC) From: "Marco Leise" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marco Leise" Message-ID: <1583247152.a4ce34bc9684b0a60f8ced5430622f21002a4317.mleise@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: / X-VCS-Repository: repo/user/dlang X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: mleise X-VCS-Committer-Name: Marco Leise X-VCS-Revision: a4ce34bc9684b0a60f8ced5430622f21002a4317 X-VCS-Branch: master Date: Tue, 3 Mar 2020 14:58:56 +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: fb6c0f85-bb81-4bc7-9dc4-8cb039ca15f6 X-Archives-Hash: 910c57fa863513b98f50d70de5b321a5 commit: a4ce34bc9684b0a60f8ced5430622f21002a4317 Author: Marco Leise gmx de> AuthorDate: Tue Mar 3 14:52:32 2020 +0000 Commit: Marco Leise gmx de> CommitDate: Tue Mar 3 14:52:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=a4ce34bc updated .travis.yml Signed-off-by: Marco Leise gmx.de> .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 861804b..ae7da00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ # language: python python: - - pypy + - "3.7" env: - - PORTAGE_VER="2.3.78" + - PORTAGE_VER="2.3.90" before_install: - sudo apt-get -qq update - pip install lxml pyyaml