Files
avo/.travis.yml
2019-01-08 15:27:22 -08:00

11 lines
139 B
YAML

language: go
go:
- 1.x
install:
- ./script/bootstrap
script:
- go build ./...
- go test -bench . ./...
- ./script/coverage
- ./script/lint