Add dependencies for prometheus client.

This commit is contained in:
Hendrik van Wyk
2017-09-13 21:35:33 +02:00
parent 0c04eab1c1
commit b4a7a6984d
411 changed files with 90236 additions and 0 deletions

10
vendor/github.com/prometheus/client_golang/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,10 @@
sudo: false
language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
script:
- go test -short ./...