Codebase list golang-github-opentracing-contrib-go-stdlib / upstream/0.0_git20190519.cf7a6c9 .travis.yml
upstream/0.0_git20190519.cf7a6c9

Tree @upstream/0.0_git20190519.cf7a6c9 (Download .tar.gz)

.travis.yml @upstream/0.0_git20190519.cf7a6c9raw · history · blame

language: go

go:
  - 1.7.x
  - 1.8.x
  - 1.9.x
  - 1.10.x
  - 1.11.x
  - tip

script:
  - go test -v -cover -race ./...