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 B370F158087 for ; Thu, 7 Oct 2021 19:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8532EE0866; Thu, 7 Oct 2021 19:03:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E22AE0866 for ; Thu, 7 Oct 2021 19:03:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D82034338A for ; Thu, 7 Oct 2021 19:03:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85E4C114 for ; Thu, 7 Oct 2021 19:03:29 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1633627764.2b0943e76853485236a389a4347a01e95f759f1a.gyakovlev@gentoo> Subject: [gentoo-commits] proj/cargo-ebuild:master commit in: / X-VCS-Repository: proj/cargo-ebuild X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 2b0943e76853485236a389a4347a01e95f759f1a X-VCS-Branch: master Date: Thu, 7 Oct 2021 19:03:29 +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: 817b4812-df02-4a7d-b1b3-adbaf77c93fc X-Archives-Hash: 313484c344e52b88891debc304587447 commit: 2b0943e76853485236a389a4347a01e95f759f1a Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Oct 7 17:29:24 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Oct 7 17:29:24 2021 +0000 URL: https://gitweb.gentoo.org/proj/cargo-ebuild.git/commit/?id=2b0943e7 .travis.yml: delete Signed-off-by: Georgy Yakovlev gentoo.org> .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0672371..0000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -sudo: false -language: rust -dist: trusty -rust: -- nightly -- beta -- stable -- 1.34.0 # minimum supported version (based on features) -cache: cargo -matrix: - allow_failures: - - rust: nightly