Skip to content
.travis.yml 145 B
Newer Older
language: go

go:
  - 1.12
  - 1.13

env:
  - GO111MODULE=on

script:
  - go test ./... -v -coverprofile=cov.out
  - go tool cover -func=cov.out