Files
avo/.travis.yml
2018-12-11 22:31:19 -08:00

10 lines
113 B
YAML

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