Files
avo/.travis.yml
2018-11-30 21:48:37 -08:00

7 lines
66 B
YAML

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