mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 06:27:24 +00:00
Travis, are you there?
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- tip
|
||||
- 1.13.x
|
||||
|
||||
install: true
|
||||
|
||||
script:
|
||||
- go vet ./...
|
||||
- go fmt ./...
|
||||
- go run build.go buildBeta
|
||||
Reference in New Issue
Block a user