We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a348afa commit a4cf534Copy full SHA for a4cf534
.travis.yml
@@ -42,7 +42,7 @@ jobs:
42
go: "1.11"
43
services: [docker]
44
script:
45
- - curl -sL https://git.io/goreleaser | bash
+ - curl -sL https://git.io/goreleaser > $GOPATH/bin/goreleaser && chmod a+x $GOPATH/bin/goreleaser
46
- $GOPATH/bin/goreleaser --skip-publish
47
if: tag =~ ^v AND fork = false
48
@@ -53,7 +53,7 @@ jobs:
53
54
55
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
56
57
- $GOPATH/bin/goreleaser
58
59
0 commit comments