Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A0BA219F5A for ; Tue, 29 Mar 2016 22:25:37 +0000 (UTC) Received: (qmail 89214 invoked by uid 500); 29 Mar 2016 22:25:37 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 89182 invoked by uid 500); 29 Mar 2016 22:25:37 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 89093 invoked by uid 99); 29 Mar 2016 22:25:37 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2016 22:25:37 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 2BA26C0B67 for ; Tue, 29 Mar 2016 22:25:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id VWPxoJx4K2mN for ; Tue, 29 Mar 2016 22:25:36 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 315795FB31 for ; Tue, 29 Mar 2016 22:25:33 +0000 (UTC) Received: (qmail 87821 invoked by uid 99); 29 Mar 2016 22:25:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2016 22:25:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 31CC7E9810; Tue, 29 Mar 2016 22:25:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jinmeiliao@apache.org To: commits@geode.incubator.apache.org Date: Tue, 29 Mar 2016 22:25:46 -0000 Message-Id: <2d610e8dafc045bb967481a5d2e3c5f9@git.apache.org> In-Reply-To: <82cf70f8262f412d8f01f60b44cda518@git.apache.org> References: <82cf70f8262f412d8f01f60b44cda518@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [16/50] [abbrv] incubator-geode git commit: GEODE-992: Integrate with Travis CI GEODE-992: Integrate with Travis CI use absolute path while cat'ing the result of rat. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4e84f1a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/4e84f1a8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/4e84f1a8 Branch: refs/heads/feature/GEODE-17-3 Commit: 4e84f1a890f244b164001cf381232b9fb06a1eb4 Parents: a904f14 Author: Swapnil Bawaskar Authored: Wed Mar 16 10:17:36 2016 -0700 Committer: Swapnil Bawaskar Committed: Wed Mar 16 10:18:46 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/4e84f1a8/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 49197cd..c532f20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ cache: - $HOME/.gradle/wrapper/ after_failure: - - cat build/reports/rat/rat-report.txt + - cat /home/travis/build/apache/incubator-geode/build/reports/rat/rat-report.txt notifications: email: