This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/.travis.yml
2018-12-03 17:13:56 +00:00

20 lines
333 B
YAML

sudo: false
language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- master
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)