Skip to content

Commit

Permalink
Merge pull request #5 from kishaningithub/goreleaser_integration
Browse files Browse the repository at this point in the history
Goreleaser integration
  • Loading branch information
Aswin Karthik authored Apr 24, 2018
2 parents 6170b1f + 8211639 commit d05cccf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ install:
- curl https://glide.sh/get | sh
- glide install
script:
- go test -v ./...
- go test -v ./...
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
9 changes: 9 additions & 0 deletions goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
builds:
- main: ./main.go
binary: csvdiff
goos:
- windows
- darwin
- linux
goarch:
- amd64

0 comments on commit d05cccf

Please sign in to comment.