Files
rest-server/vendor/github.com/prometheus/client_golang/.travis.yml
Konrad Wojas 4cd82b6802 Help needed: vendor files for Prometheus support
These are the vendor files needed for Prometheus support.
I have not been able to figure out how to do this properly with gopkg.
2017-10-25 17:53:37 +02:00

11 lines
90 B
YAML

sudo: false
language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
script:
- go test -short ./...