.travis.yml 91 B

123456
  1. dist: bionic
  2. language: go
  3. go:
  4. - 1.13.x
  5. script:
  6. - go test -v -coverprofile=coverage.out