Skip to content

Commit a4cf534

Browse files
committed
checkpt
1 parent a348afa commit a4cf534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
go: "1.11"
4343
services: [docker]
4444
script:
45-
- curl -sL https://git.io/goreleaser | bash
45+
- curl -sL https://git.io/goreleaser > $GOPATH/bin/goreleaser && chmod a+x $GOPATH/bin/goreleaser
4646
- $GOPATH/bin/goreleaser --skip-publish
4747
if: tag =~ ^v AND fork = false
4848

@@ -53,7 +53,7 @@ jobs:
5353
services: [docker]
5454
script:
5555
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
56-
- curl -sL https://git.io/goreleaser | bash
56+
- curl -sL https://git.io/goreleaser > $GOPATH/bin/goreleaser && chmod a+x $GOPATH/bin/goreleaser
5757
- $GOPATH/bin/goreleaser
5858
if: tag =~ ^v AND fork = false
5959

0 commit comments

Comments
 (0)