getwtxt/getwtxt

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: go

go:
 - 1.11.x
 - 1.12.x
 - 1.13.x
 - 1.14.x

os:
  - linux

dist: bionic

env:
  - GO111MODULE=on

script:
  - go test -v -race --coverprofile=c.out ./...
  - make