From 11fb233d11f3888f9d6b6787f38823821dabcd98 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sun, 18 Jun 2017 17:02:27 -0700 Subject: Add gorelease config to travis for automated binary releases --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1a1925f..8763a71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,5 @@ before_install: - go get github.com/mattn/goveralls script: - $HOME/gopath/bin/goveralls -service=travis-ci +after_success: + - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash -- cgit v1.2.3-54-g00ecf