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 52257138350 for ; Mon, 6 Apr 2020 02:42:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E99B8E0CA4; Mon, 6 Apr 2020 02:42:31 +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 C48C8E0C9F for ; Mon, 6 Apr 2020 02:42:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1695834EF81 for ; Mon, 6 Apr 2020 02:42:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0281D1C6 for ; Mon, 6 Apr 2020 02:42:28 +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: <1583781584.574c4eb2e4036c2b73a8584cdddb16093425edbe.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: 574c4eb2e4036c2b73a8584cdddb16093425edbe X-VCS-Branch: master Date: Mon, 6 Apr 2020 02:42:28 +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: 686dd07d-1a00-4e1f-aa6d-ea84d15f07db X-Archives-Hash: 08a1c8848c4eb4fe911ee95b0bb4c964 commit: 574c4eb2e4036c2b73a8584cdddb16093425edbe Author: Marco Leise gmx de> AuthorDate: Mon Mar 9 19:19:44 2020 +0000 Commit: Marco Leise gmx de> CommitDate: Mon Mar 9 19:19:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=574c4eb2 updated .travis.yml Signed-off-by: Marco Leise gmx.de> .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae7da00..23716c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - "3.7" env: - - PORTAGE_VER="2.3.90" + - PORTAGE_VER="2.3.92" before_install: - sudo apt-get -qq update - pip install lxml pyyaml