Skip to content

Commit

Permalink
added travis
Browse files Browse the repository at this point in the history
  • Loading branch information
shilangyu committed Sep 10, 2019
1 parent 991242a commit 8f6b038
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8f6b038

Please sign in to comment.