From c63d54cf43e66d70740f426896a2cd9b218077b5 Mon Sep 17 00:00:00 2001 From: rwesolowski Date: Mon, 15 Oct 2018 14:43:49 +0200 Subject: [PATCH] autorelease to github --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7e4c325..b49afa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,10 @@ go: script: - make check - make test +deploy: +- provider: script + skip_cleanup: true + script: curl -sL https://git.io/goreleaser | bash + on: + tags: true + condition: $TRAVIS_OS_NAME = linux \ No newline at end of file