Codebase list golang-github-opentracing-contrib-go-stdlib / fresh-snapshots/main .travis.yml
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

.travis.yml @fresh-snapshots/mainraw · history · blame

language: go

go:
  - 1.13.x
  - 1.14.x
  - tip

arch:
  - amd64
  - ppc64le

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