diff --git a/.goreleaser.yml b/.goreleaser.yml new file mode 100644 index 0000000..66730fe --- /dev/null +++ b/.goreleaser.yml @@ -0,0 +1,7 @@ +builds: + - binary: tmsh + goos: + - darwin + - linux + goarch: + - amd64 diff --git a/.travis.yml b/.travis.yml index bc6bef5..8e0c120 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,5 @@ language: go go: - 1.7 - 1.8 +after_success: + - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash