Files
avo/.travis.yml
Michael McLoughlin d92a147644 testing: coverage script
Updates #27
2019-01-02 20:41:59 -08:00

11 lines
142 B
YAML

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