prometheus/vendor/github.com/opentracing/opentracing-go/.travis.yml
Simon Pasquier c706b416bd vendor: run 'go mod vendor' from scratch
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-10-29 17:25:43 +01:00

14 lines
198 B
YAML

language: go
go:
- 1.6
- 1.7
- tip
install:
- go get -d -t github.com/opentracing/opentracing-go/...
- go get -u github.com/golang/lint/...
script:
- make test lint
- go build ./...