Skip to content
Snippets Groups Projects
Commit d8190a16 authored by 高辛格's avatar 高辛格
Browse files

modify travis

parent 4e453b74
No related branches found
No related tags found
No related merge requests found
...@@ -7,12 +7,12 @@ go: ...@@ -7,12 +7,12 @@ go:
env: env:
- GO111MODULE=on CONSUL_VERSION=0.9.2 - GO111MODULE=on CONSUL_VERSION=0.9.2
before_install: #before_install:
- curl -sLo consul.zip https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip # - curl -sLo consul.zip https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip
- unzip consul.zip # - unzip consul.zip
- mkdir -p ~/bin # - mkdir -p ~/bin
- mv consul ~/bin # - mv consul ~/bin
- export PATH="~/bin:$PATH" # - export PATH="~/bin:$PATH"
install: true install: true
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment