Skip to content

Commit

Permalink
use explicit goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Jul 8, 2019
1 parent e7dcb9f commit 45b9a6d
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 @@ -5,7 +5,7 @@ go:
- "1.12"
install:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.16.0
- go get -u github.com/goreleaser/goreleaser
- curl -sfL https://github.com/goreleaser/goreleaser/releases/download/v0.106.0/goreleaser_Linux_x86_64.tar.gz | tar xfz - -C $GOPATH/bin goreleaser
script: make ci
services:
- docker
Expand Down

0 comments on commit 45b9a6d

Please sign in to comment.