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 EC1AE138334 for ; Tue, 21 May 2019 14:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1FF9E084E; Tue, 21 May 2019 14:52:34 +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 B2890E084E for ; Tue, 21 May 2019 14:52:34 +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 A19AC344D07 for ; Tue, 21 May 2019 14:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25DCC57B for ; Tue, 21 May 2019 14:52:32 +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: <1558450345.2a905aad54eb5ad13d21371b79eada5401d012ad.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: travis/ X-VCS-Repository: proj/portage-utils X-VCS-Files: travis/main.sh X-VCS-Directories: travis/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 2a905aad54eb5ad13d21371b79eada5401d012ad X-VCS-Branch: master Date: Tue, 21 May 2019 14:52:32 +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: 759617cb-aeb5-4dd6-9857-fc78866cda1e X-Archives-Hash: db3104ec93439f60d456e081668145ed commit: 2a905aad54eb5ad13d21371b79eada5401d012ad Author: Fabian Groffen gentoo org> AuthorDate: Tue May 21 14:52:25 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue May 21 14:52:25 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=2a905aad travis: build verbose so we can see what's done Signed-off-by: Fabian Groffen gentoo.org> travis/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/main.sh b/travis/main.sh index 7749a0a..bfb7aae 100755 --- a/travis/main.sh +++ b/travis/main.sh @@ -35,7 +35,7 @@ main() { v ./configure --disable-maintainer-mode --disable-openmp # Standard optimized build. - m + m V=1 m check # LSan needs sudo, which we don't use at the moment