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 0855C1382C5 for ; Mon, 25 May 2020 19:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E1BAE0805; Mon, 25 May 2020 19:01:46 +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 26DCCE0805 for ; Mon, 25 May 2020 19:01:46 +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 D0D7134ED5E for ; Mon, 25 May 2020 19:01:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2FD921E for ; Mon, 25 May 2020 19:01:42 +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: <1590432803.7793cc35e369c2278e99cb618c9df25917fd0b11.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: 7793cc35e369c2278e99cb618c9df25917fd0b11 X-VCS-Branch: master Date: Mon, 25 May 2020 19:01:42 +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: 13da874d-80d6-4d2b-b44c-6d976bf62818 X-Archives-Hash: 61be441f47b224b7bfce9902811c046b commit: 7793cc35e369c2278e99cb618c9df25917fd0b11 Author: Fabian Groffen gentoo org> AuthorDate: Mon May 25 18:53:23 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon May 25 18:53:23 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=7793cc35 travis: install compressors we test Signed-off-by: Fabian Groffen gentoo.org> .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 44431cc..f435dc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,11 @@ addons: - libgpgme11-dev - gnupg2 - valgrind + - liblz4-tool + - lzop + - zstd + - lzip + - brotli homebrew: packages: - gpgme