You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2018/03/20 16:53:17 UTC

tinkerpop git commit: Shorten logging by maven by hiding "Downloading..." messages CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/logs-shortened [created] 2adb77684


Shorten logging by maven by hiding "Downloading..." messages CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2adb7768
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2adb7768
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/2adb7768

Branch: refs/heads/logs-shortened
Commit: 2adb77684a4ca1a9fdefce72435d9a81c9249faf
Parents: b524225
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Mar 20 12:52:35 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Mar 20 12:52:35 2018 -0400

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2adb7768/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 9069cec..c040c61 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,6 @@ before_install:
 
 jobs:
   include:
-    - script: "mvn clean install -Dci"
+    - script: "mvn clean install -Dci -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
     - script: "touch gremlin-dotnet/src/.glv && touch gremlin-dotnet/test/.glv && mvn clean install -q -DskipTests && mvn verify -pl :gremlin-dotnet,:gremlin-dotnet-tests -P gremlin-dotnet -DskipIntegrationTests=false"
     - script: "mvn clean install -q -DskipTests && mvn verify -pl :gremlin-javascript -DskipIntegrationTests=false"