From 4f915134ab6910d1abad4152472e04439f6e3cd2 Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 5 Nov 2019 14:32:00 +0800 Subject: [PATCH] fix zk path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e604004a..3d041a9b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ before_install: - wget "http://apache.cs.utah.edu/zookeeper/zookeeper-${ZK_VERSION}/apache-zookeeper-${ZK_VERSION}-bin.tar.gz" - tar -xvf "apache-zookeeper-${ZK_VERSION}-bin.tar.gz" - mv apache-zookeeper-${ZK_VERSION}-bin zk - - chmod +x ./apache-zookeeper-${ZK_VERSION}-bin/bin/zkServer.sh + - chmod +x ./zk/bin/zkServer.sh # Skip the install step. Don't `go get` dependencies. Only build with the code # in vendor/