File: .travis.yml

package info (click to toggle)
golang-github-opentracing-contrib-go-stdlib 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-proposed-updates, sid, trixie
  • size: 136 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
language: go

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

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