Skip to content

Commit

Permalink
Add goreleaser check
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Oct 3, 2021
1 parent 35784a4 commit 68daff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ script:
- git diff --exit-code --quiet || (echo "Please run 'go mod tidy' to clean up the 'go.mod' and 'go.sum' files."; false)
- go vet ./...
- go test ./...
- curl -sL https://git.io/goreleaser | bash -s check

# Create a release using goreleaser when tests pass and revision is tagged.
deploy:
Expand Down

0 comments on commit 68daff9

Please sign in to comment.