Skip to content

Commit

Permalink
Merge pull request #13 from shiftky/goreleaser
Browse files Browse the repository at this point in the history
Install goreleaser
  • Loading branch information
Yuki KIRII authored Oct 24, 2017
2 parents bfb6ca2 + 334176c commit 7d6a986
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
builds:
- binary: tmsh
goos:
- darwin
- linux
goarch:
- amd64
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ language: go
go:
- 1.7
- 1.8
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash

0 comments on commit 7d6a986

Please sign in to comment.