diff --git a/.travis.yml b/.travis.yml index 60f77ff85f5503166ca9433c0569e3679369cf99..e76234687de98322618baedcf9c87655fcd0310d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,12 @@ go: env: - GO111MODULE=on CONSUL_VERSION=0.9.2 -before_install: - - curl -sLo consul.zip https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip - - unzip consul.zip - - mkdir -p ~/bin - - mv consul ~/bin - - export PATH="~/bin:$PATH" +#before_install: +# - curl -sLo consul.zip https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip +# - unzip consul.zip +# - mkdir -p ~/bin +# - mv consul ~/bin +# - export PATH="~/bin:$PATH" install: true