Add initial prototype
This commit is contained in:
15
.travis.yml
Normal file
15
.travis.yml
Normal 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
|
Reference in New Issue
Block a user