You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2019/07/16 21:22:05 UTC

[accumulo] 01/01: Merge branch '1.9' into 2.0

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch 2.0
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit 4724f12c390cb6c0e3a0d44e5f830d3cd029fdc8
Merge: b32d81d 6b1ff04
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Jul 16 17:18:47 2019 -0400

    Merge branch '1.9' into 2.0

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

diff --cc .travis.yml
index c883b19,b67e92a..b41a9d2
--- a/.travis.yml
+++ b/.travis.yml
@@@ -27,7 -27,7 +27,8 @@@ before_script
    - unset _JAVA_OPTIONS
  env:
    - BUILD_CMD="mvn clean verify javadoc:jar -DskipITs"  # main build of unit tests and javadoc
 -  - BUILD_CMD="mvn clean verify javadoc:jar -DskipITs -Dhadoop.profile=3"
 +  - BUILD_CMD="travis_wait 30 mvn clean verify -PskipQA,sec-bugs -Dspotbugs.skip=false -Dspotbugs.timeout=1800000"  # check for spotbugs+security
 +  - BUILD_CMD="mvn clean package -DskipTests -Dhadoop.version=3.0.3"  # quick compile to verify older API
+ # suppress download logs which cause travis to exceed the 4MB build log output limit
  script:
-   - $BUILD_CMD
+   - $BUILD_CMD -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn