k3s/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/.travis.yml
Darren Shepherd d246c89254 go mod vendor
2019-09-05 15:16:39 -07:00

19 lines
322 B
YAML

sudo: false
language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
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:
- ./test_all.sh
after_success:
- bash <(curl -s https://codecov.io/bash)