Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 70c33dd

Browse files
committed
Ensure travis Levant clone is clean for releases.
1 parent d34d5f2 commit 70c33dd

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
@@ -5,8 +5,8 @@ go:
55
- "1.11"
66
before_script:
77
- wget https://github.com/goreleaser/goreleaser/releases/download/v0.101.0/goreleaser_Linux_x86_64.tar.gz -O /tmp/goreleaser.tar.gz
8-
- tar -xvf /tmp/goreleaser.tar.gz
9-
- sudo mv goreleaser /usr/local/bin/
8+
- tar -xvf /tmp/goreleaser.tar.gz -C /tmp/
9+
- sudo mv /tmp/goreleaser /usr/local/bin/
1010
script:
1111
- make tools
1212
- make

0 commit comments

Comments
 (0)