Skip to content

Commit

Permalink
Update goreleaser install on travis from source rather than go get
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Feb 25, 2019
1 parent 2faf012 commit e914039
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
sudo: false
sudo: true
dist: trusty
language: go
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/
script:
- make tools
- make
Expand Down
1 change: 0 additions & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ tools: ## Install the tools used to test and build
@echo "==> Installing build tools"
go get github.com/ahmetb/govvv
go get github.com/alecthomas/gometalinter
go get github.com/goreleaser/goreleaser
gometalinter --install

build: ## Build Levant for development purposes
Expand Down

0 comments on commit e914039

Please sign in to comment.