1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-12 22:40:32 +08:00
Files
terasu-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 ./...