mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-10-15 08:13:44 +08:00
15
vendor/github.com/opentracing/opentracing-go/.travis.yml
generated
vendored
Normal file
15
vendor/github.com/opentracing/opentracing-go/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.6.x
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- tip
|
||||
|
||||
install:
|
||||
- go get -d -t github.com/opentracing/opentracing-go/...
|
||||
- go get -u github.com/golang/lint/...
|
||||
script:
|
||||
- make test lint
|
||||
- go build ./...
|
Reference in New Issue
Block a user