Skip to content

Commit

Permalink
checkpt
Browse files Browse the repository at this point in the history
  • Loading branch information
boz committed Feb 28, 2019
1 parent a348afa commit a4cf534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
go: "1.11"
services: [docker]
script:
- curl -sL https://git.io/goreleaser | bash
- curl -sL https://git.io/goreleaser > $GOPATH/bin/goreleaser && chmod a+x $GOPATH/bin/goreleaser
- $GOPATH/bin/goreleaser --skip-publish
if: tag =~ ^v AND fork = false

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

Expand Down

0 comments on commit a4cf534

Please sign in to comment.