Skip to content

Commit

Permalink
Clean repo before running goreleaser because it's insanely pedantic.
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Mar 25, 2019
1 parent 564f7d3 commit 38460d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ script:
- go test -v ./...
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.10.2
- ./bin/golangci-lint run
- git clean -fdx .
after_success:
go get github.com/goreleaser/goreleaser && goreleaser

0 comments on commit 38460d1

Please sign in to comment.