fix build
This commit is contained in:
parent
bac02d938a
commit
77d7f8855d
|
|
@ -14,7 +14,8 @@ before_install:
|
||||||
- curl -sLo $GOPATH/bin/dep https://github.com/golang/dep/releases/download/v0.5.3/dep-darwin-amd64
|
- curl -sLo $GOPATH/bin/dep https://github.com/golang/dep/releases/download/v0.5.3/dep-darwin-amd64
|
||||||
- chmod +x $GOPATH/bin/dep
|
- chmod +x $GOPATH/bin/dep
|
||||||
# download super-linter: golangci-lint
|
# download super-linter: golangci-lint
|
||||||
- curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest
|
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh
|
||||||
|
#- curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest
|
||||||
install:
|
install:
|
||||||
- dep ensure
|
- dep ensure
|
||||||
- rvm $brew_ruby do gem install --no-document fpm
|
- rvm $brew_ruby do gem install --no-document fpm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue