Return-Path: X-Original-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Delivered-To: apmail-tinkerpop-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 E71A2182F5 for ; Fri, 4 Dec 2015 14:21:19 +0000 (UTC) Received: (qmail 35874 invoked by uid 500); 4 Dec 2015 14:21:19 -0000 Delivered-To: apmail-tinkerpop-commits-archive@tinkerpop.apache.org Received: (qmail 35848 invoked by uid 500); 4 Dec 2015 14:21:19 -0000 Mailing-List: contact commits-help@tinkerpop.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.incubator.apache.org Delivered-To: mailing list commits@tinkerpop.incubator.apache.org Received: (qmail 35838 invoked by uid 99); 4 Dec 2015 14:21:19 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2015 14:21:19 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 4B52B1809E4 for ; Fri, 4 Dec 2015 14:21:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.227 X-Spam-Level: * X-Spam-Status: No, score=1.227 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 81f6cGwAvAYc for ; Fri, 4 Dec 2015 14:21:10 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 68C0323061 for ; Fri, 4 Dec 2015 14:21:07 +0000 (UTC) Received: (qmail 35128 invoked by uid 99); 4 Dec 2015 14:21:07 -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; Fri, 04 Dec 2015 14:21:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F231FE01F5; Fri, 4 Dec 2015 14:21:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: spmallette@apache.org To: commits@tinkerpop.incubator.apache.org Date: Fri, 04 Dec 2015 14:21:25 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [21/31] incubator-tinkerpop git commit: Introduce the "ci" profile to Travis Introduce the "ci" profile to Travis It builds locally with a sizeable reduction in logging. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/b2fee755 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/b2fee755 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/b2fee755 Branch: refs/heads/TINKERPOP3-860 Commit: b2fee7559d5288779ec622f48b54724b52503eb2 Parents: 4795042 Author: Stephen Mallette Authored: Thu Dec 3 13:26:07 2015 -0500 Committer: Marko A. Rodriguez Committed: Thu Dec 3 12:48:58 2015 -0700 ---------------------------------------------------------------------- .travis.yml | 3 ++- pom.xml | 10 ++-------- 2 files changed, 4 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/b2fee755/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index a8f56e5..659b57c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,5 @@ addons: packages: - oracle-java8-installer script: - - "mvn clean install" \ No newline at end of file + - "mvn clean install -Dci" + http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/b2fee755/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c184a75..0332cdc 100644 --- a/pom.xml +++ b/pom.xml @@ -133,7 +133,7 @@ limitations under the License. the modules under the root directory, not the root directory itself. --> ${project.basedir}/../gremlin-server/conf/ - log4j-server.properties + log4j.properties 3.0.2 UTF-8 UTF-8 @@ -930,15 +930,9 @@ limitations under the License. maven-surefire-plugin 2.17 - -Dlog4j.configuration=${log4j.properties} - - false + true - - - ${log4j.properties.dir} - **/*IntegrateTest.java **/*PerformanceTest.java