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