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 e0e9c471fc5beaba71b1b826675ab867ba47418b Merge: 4160067 d7fccfd Author: Christopher Tubbs <[email protected]> AuthorDate: Fri Jun 21 04:20:36 2019 -0400 Merge branch '1.9' into 2.0 .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --cc .travis.yml index c96e059,1b72b5b..c883b19 --- a/.travis.yml +++ b/.travis.yml @@@ -22,12 -22,11 +22,12 @@@ cache - $HOME/.m2 install: echo NOOP Skipping pre-fetch of Maven dependencies jdk: -- - openjdk8 ++ - openjdk11 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 compile -Dhadoop.version=3.0.3" # quick compile to verify older API ++ - BUILD_CMD="mvn clean package -DskipTests -Dhadoop.version=3.0.3" # quick compile to verify older API script: - $BUILD_CMD
