summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-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