enable auto deployment
This commit is contained in:
parent
7388d4efec
commit
e8a4c6fa34
1 changed files with 18 additions and 15 deletions
33
.travis.yml
33
.travis.yml
|
@ -1,15 +1,18 @@
|
||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: go
|
language: go
|
||||||
go_import_path: github.com/lbryio/ytsync
|
go_import_path: github.com/lbryio/ytsync
|
||||||
# Only the last two Go releases are supported by the Go team with security
|
go:
|
||||||
# updates. Any versions older than that should be considered deprecated.
|
- 1.11.5
|
||||||
# Don't bother testing with them. tip builds your code with the latest
|
- master
|
||||||
# development version of Go. This can warn you that your code will break
|
env:
|
||||||
# in the next version of Go. Don't worry! Later we declare that test runs
|
- GO111MODULE=on
|
||||||
# are allowed to fail on Go tip.
|
deploy:
|
||||||
go:
|
provider: releases
|
||||||
- 1.11.5
|
api_key:
|
||||||
- master
|
secure: 8WrFVcu/Nf6/BjxSXS6cewnm+2KWbJ2hz8A8FQ1VrsUDP+R0R1QYfO7QtbfSsoCuvtWNy5Tvk/zpjRH8ZvAVR16kE++rX0NYqXNzf19l0kgZQQQjQxulGRBPCa/BdqO99NcSFyyG63dpMOL9amcvH0FPGMGO2V3QsneB3EgtsK4EZAAFDO0B9GqWrB/cMlhzHyPiUN258BRg9jjka8Dnsxcprmk9RMn0Eoc7Doavt4JGbkBRo2rEfNUpKHofELOu5YZfuZZsKgyZ0yX+tGZhafqyqHyEZLruKp42DtzSlkBwzDq1Yix84WOgvPABBiX15K4vqPUpz0PnPktfqLmzvDSs3pT3Lu5IB47mnTzydlD4lRn31Id+1vb7vaIgbXeujt7cFAeQ/Oy6X2wMv9PQgS6WrP/l3b8RzJBdDCB5kG9QwOI6V5C35nQlp5C0R5Z5wR61WTjeaU0Ck9xzXOsXnKjKZdTyrPfw/x96KjuIwt/rjYc3RLduR0YrngS7sOabb9WbErNLjI32w/LEK9A39yAwXl9KKxp4I+1QYLzqzVkN/TzHtrpmb04EJFhgb7wAcRu3n5T0jyTUFskFbOMQ+CypekIB2t8vAhozy56jH116l60zsG3Je7B+Caug0Idn+0B8w1OKqVnjtic+dg6NzHsUIp+0ADBT9OAQDjLkymM=
|
||||||
env:
|
file: bin/ytsync
|
||||||
- GO111MODULE=on
|
on:
|
||||||
|
repo: lbryio/ytsync
|
||||||
|
tags: true
|
||||||
|
skip_cleanup: true
|
Loading…
Reference in a new issue