From 8f6b03800c626fe5ccacd5d429332b262e6aa6be Mon Sep 17 00:00:00 2001 From: shilangyu Date: Tue, 10 Sep 2019 12:15:31 +0200 Subject: [PATCH] added travis --- .travis.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..002352d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,18 @@ +os: + - windows + +language: go +go: + - "1.11" + - master + +script: + - go build + +deploy: + provider: releases + api_key: $GITHUB_TOKEN + file: typer-go.exe + skip_cleanup: true + on: + tags: true