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 4097213825A for ; Sun, 15 May 2016 02:13:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BA9F21C04D; Sun, 15 May 2016 02:13:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4704621C04D for ; Sun, 15 May 2016 02:13:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1579340C21 for ; Sun, 15 May 2016 02:13:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FFB287B for ; Sun, 15 May 2016 02:13:05 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1463278320.7c5e6875250e8feb78a2bfe9ac06f2312506f427.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:repoman commit in: / X-VCS-Repository: proj/portage X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 7c5e6875250e8feb78a2bfe9ac06f2312506f427 X-VCS-Branch: repoman Date: Sun, 15 May 2016 02:13:05 +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: 3d5e3800-e95e-483f-8f9a-d5fb4d0b0455 X-Archives-Hash: 611affba8541300f31a84c626ae80114 commit: 7c5e6875250e8feb78a2bfe9ac06f2312506f427 Author: Brian Dolbec gentoo org> AuthorDate: Sun May 15 02:12:00 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sun May 15 02:12:00 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7c5e6875 try #5 .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6046cd1..214bf4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,5 +17,6 @@ script: - cd repoman - ./setup.py test - ./setup.py install --root=/tmp/install-root + - cd .. - sudo rsync -a /tmp/install-root/. / - python -b -Wd -m repoman.tests.runTests