k3s/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/.travis.yml

14 lines
245 B
YAML
Raw Normal View History

2019-01-12 04:58:27 +00:00
language: go
go:
- 1.6
- 1.7
install:
- go get github.com/prometheus/client_golang/prometheus
- go get google.golang.org/grpc
- go get golang.org/x/net/context
- go get github.com/stretchr/testify
script:
- go test -race -v ./...