From 83d1d2f0a10ea93250746512992998418fe41479 Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 22 Mar 2018 16:50:57 -0700 Subject: add github releases not g2g yet, you'll need to add a Github OAuth Key - see https://docs.travis-ci.com/user/deployment/releases/ --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1a772b9..676ebb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,11 @@ language: go go: - "1.10" script: make zip +deploy: + provider: releases + api_key: "GITHUB OAUTH TOKEN" + file_glob: true + file: release/* + skip_cleanup: true + on: + tags: true -- cgit v1.2.3