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 13032138359 for ; Sat, 15 Aug 2020 01:50:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44C92E0871; Sat, 15 Aug 2020 01:50:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EFF70E0893 for ; Sat, 15 Aug 2020 01:50:43 +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 E28A834F3C9 for ; Sat, 15 Aug 2020 01:50:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16C47324 for ; Sat, 15 Aug 2020 01:50:06 +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: <1597455839.c71ade993fca5cfe64a19a14be2974c47398d645.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: c71ade993fca5cfe64a19a14be2974c47398d645 X-VCS-Branch: master Date: Sat, 15 Aug 2020 01:50:06 +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: dda04f0c-9e4c-4476-a653-219d50d33e4e X-Archives-Hash: 967b0f13f1577093b4c666ce0075d0b7 commit: c71ade993fca5cfe64a19a14be2974c47398d645 Author: Marco Leise gmx de> AuthorDate: Sat Aug 15 01:43:59 2020 +0000 Commit: Marco Leise gmx de> CommitDate: Sat Aug 15 01:43:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=c71ade99 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 1030ca7..349614f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ # language: python python: - - "3.7" + - "3.8" env: - - PORTAGE_VER="2.3.100" + - PORTAGE_VER="3.0.1" before_install: - sudo apt-get -qq update - pip install lxml pyyaml