Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Ensure Goreleaser is installed when running Travis builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed May 18, 2019
1 parent 9e7572e commit 88cdad6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ dist: trusty
language: go
go:
- "1.12"
before_script:
- wget https://github.com/goreleaser/goreleaser/releases/download/v0.106.0/goreleaser_Linux_x86_64.tar.gz -O /tmp/goreleaser.tar.gz
- 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 88cdad6

Please sign in to comment.