cloudflared/vendor/github.com/opentracing/opentracing-go/.travis.yml
2018-07-19 15:02:24 -05:00

15 lines
206 B
YAML

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