.travis.yml 64 B

12345
  1. language: go
  2. go:
  3. - 1.9
  4. script:
  5. - go test -cover -race ./...