fix zk path

pull/412/head
Tony 5 years ago
parent 6b412bb78a
commit 4f915134ab
  1. 2
      .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/

Loading…
Cancel
Save