Skip to content

Commit

Permalink
Merge pull request #271 from jrasell/more-travis-fixes
Browse files Browse the repository at this point in the history
Ensure travis Levant clone is clean for releases.
  • Loading branch information
jrasell authored Feb 25, 2019
2 parents d34d5f2 + 70c33dd commit c216863
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 @@ -5,8 +5,8 @@ go:
- "1.11"
before_script:
- wget https://github.com/goreleaser/goreleaser/releases/download/v0.101.0/goreleaser_Linux_x86_64.tar.gz -O /tmp/goreleaser.tar.gz
- tar -xvf /tmp/goreleaser.tar.gz
- sudo mv goreleaser /usr/local/bin/
- tar -xvf /tmp/goreleaser.tar.gz -C /tmp/
- sudo mv /tmp/goreleaser /usr/local/bin/
script:
- make tools
- make
Expand Down

0 comments on commit c216863

Please sign in to comment.