Codebase list golang-github-go-kit-kit / 3ffc33c
CI Configuration Updates for ZooKeeper Publisher Updated Travis configuration and added CircleCI configuration to allow ZooKeeper Publisher Tests against real ZooKeeper Server. Bas van Beek 8 years ago
2 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
66
77 before_install:
88 - wget http://archive.apache.org/dist/zookeeper/zookeeper-3.3.3/zookeeper-3.3.3.tar.gz
9 - tar -zxvf zookeeper*tar.gz
109
1110 before_script:
12 - ln -s zookeeper-3.3.3.tar.gz loadbalancer/zk/
11 - tar -C loadbalancer/zk -xzf zookeeper*tar.gz
0 dependencies:
1 pre:
2 - wget http://archive.apache.org/dist/zookeeper/zookeeper-3.3.3/zookeeper-3.3.3.tar.gz
3 - tar -C loadbalancer/zk -xzf zookeeper*tar.gz