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/06/11 17:43:17 UTC

[accumulo] branch 2.0 updated: Update travis to use default ZK for all builds

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


The following commit(s) were added to refs/heads/2.0 by this push:
     new 0647832  Update travis to use default ZK for all builds
0647832 is described below

commit 064783200fa4728f98c58eb6d0ae69fb31d8ae72
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Jun 11 13:40:54 2019 -0400

    Update travis to use default ZK for all builds
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ee9f99b..c96e059 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,6 @@ before_script:
 env:
   - BUILD_CMD="mvn clean verify javadoc:jar -DskipITs"  # main build of unit tests and javadoc
   - 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 -Dzookeeper.version=3.4.12"  # quick compile to verify older API
+  - BUILD_CMD="mvn clean compile -Dhadoop.version=3.0.3"  # quick compile to verify older API
 script:
   - $BUILD_CMD