Files
avo/.travis.yml
2018-12-26 17:11:54 -08:00

10 lines
122 B
YAML

language: go
go:
- 1.11.1
install:
- ./script/bootstrap
script:
- go build ./...
- go test -bench . ./...
- ./script/lint