From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 523FC1388C0 for ; Sun, 28 Feb 2016 17:15:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C80ED21C001; Sun, 28 Feb 2016 17:15:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81B2321C001 for ; Sun, 28 Feb 2016 17:15:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A376E340B10 for ; Sun, 28 Feb 2016 17:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9F0316C4 for ; Sun, 28 Feb 2016 17:15:52 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1456680346.2204bf1c96d4f8d43a487fb78727350fdcd6a7ec.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: / X-VCS-Repository: proj/elfix X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 2204bf1c96d4f8d43a487fb78727350fdcd6a7ec X-VCS-Branch: master Date: Sun, 28 Feb 2016 17:15:52 +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-Archives-Salt: 0dfb09c7-c7cd-45f4-ad6f-b35a27642154 X-Archives-Hash: 15165d5f6676e021053e291b1e99598d commit: 2204bf1c96d4f8d43a487fb78727350fdcd6a7ec Author: Anthony G. Basile gentoo org> AuthorDate: Sun Feb 28 17:25:46 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Feb 28 17:25:46 2016 +0000 URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=2204bf1c travis.yml: don't do a distcheck for fix-gnustack .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d15027..1d29845 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ script: - cd misc/fix-gnustack - ./autogen.sh - ./configure - - make V=1 distcheck + - make V=1 dist - cd ../install-xattr - make V=1 notifications: