Skip to content

Commit

Permalink
add retries when curling goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony O'Brien <anthony@bearonis.com>
  • Loading branch information
Anthony O'Brien committed Jun 11, 2018
1 parent 6586238 commit 766fe3e
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 @@ -9,7 +9,7 @@ services:
- docker

install:
- curl -s -L -o /tmp/goreleaser.tgz https://github.com/goreleaser/goreleaser/releases/download/v0.45.1/goreleaser_Linux_x86_64.tar.gz
- curl -s -L --retry 8 -o /tmp/goreleaser.tgz https://github.com/goreleaser/goreleaser/releases/download/v0.45.1/goreleaser_Linux_x86_64.tar.gz
- tar -xzvf /tmp/goreleaser.tgz -C /tmp/
- sudo mv /tmp/goreleaser /usr/local/bin

Expand Down

0 comments on commit 766fe3e

Please sign in to comment.