Add initial prototype

This commit is contained in:
Dave Gallant
2020-03-31 21:31:52 -04:00
parent 89681da2ca
commit 6be207ffb7
15 changed files with 558 additions and 81 deletions

15
.travis.yml Normal file
View File

@@ -0,0 +1,15 @@
language: go
sudo: false
go:
- "1.14"
before_script:
- make build
- make test
deploy:
- provider: script
api_key: $GITHUB_TOKEN
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
verbose: true