summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen <stephengroat@users.noreply.github.com>2018-03-22 16:50:57 -0700
committerGitHub <noreply@github.com>2018-03-22 16:50:57 -0700
commit83d1d2f0a10ea93250746512992998418fe41479 (patch)
treedb5fa27950bceb13a8739e43fdcd6b513edfdbf8
parent7e3d9839123783e5c367522953e494789ce3618d (diff)
add github releases
not g2g yet, you'll need to add a Github OAuth Key - see https://docs.travis-ci.com/user/deployment/releases/
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
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