Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Capuccini <[email protected]>
  • Loading branch information
Marco Capuccini committed Mar 14, 2017
1 parent e98217e commit ece85f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/travis_consul.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ else
fi

# install consul
wget "https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip"
curl "https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip" \
> "consul_${CONSUL_VERSION}_linux_amd64.zip"
unzip "consul_${CONSUL_VERSION}_linux_amd64.zip"

# make config for minimum ttl
Expand Down

0 comments on commit ece85f4

Please sign in to comment.