Files
gatus/vendor/github.com/google/gofuzz/.travis.yml
2020-10-30 21:01:12 +05:30

14 lines
187 B
YAML

language: go
go:
- 1.4
- 1.3
- 1.2
- tip
install:
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- go test -cover