schnutibox/vendor/github.com/twitchtv/twirp/.travis.yml
Marvin Steadfast ae35d9ab41
Some checks failed
continuous-integration/drone/push Build is failing
uses buf for compiling proto files and implements the server service
2021-05-05 11:14:17 +02:00

11 lines
111 B
YAML

sudo: false
language: go
go:
- 1.11.x
- 1.12.x
- 1.13.x
- tip
script:
- go install ./...
- go test -race ./...