Skip to content

Commit

Permalink
Fix build error cause by dead download link. (sofastack#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjboy authored Apr 25, 2018
1 parent c3ccd16 commit 619922e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:
&& export PATH=$M2_HOME/bin:$PATH
&& mvn -version
- echo "Install Zookeeper 3.4.11"
&& wget http://www-us.apache.org/dist/zookeeper/zookeeper-3.4.11/zookeeper-3.4.11.tar.gz
&& wget http://archive.apache.org/dist/zookeeper/zookeeper-3.4.11/zookeeper-3.4.11.tar.gz
&& tar -zxf zookeeper-3.4.11.tar.gz
&& mv zookeeper-3.4.11/conf/zoo_sample.cfg zookeeper-3.4.11/conf/zoo.cfg
&& /bin/bash zookeeper-3.4.11/bin/zkServer.sh start
Expand Down

0 comments on commit 619922e

Please sign in to comment.