Files
avo/.travis.yml
2018-12-05 00:49:12 -08:00

9 lines
96 B
YAML

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