xyosc/vendor/github.com/ztrue/tracerr/.travis.yml
2024-12-21 17:38:26 +01:00

13 lines
246 B
YAML

language: go
before_install:
- go get github.com/mattn/goveralls
go:
- "1.11.x"
- "1.10.x"
script:
- go test -cover -v -covermode=count -coverprofile=coverage.out
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci