Files
mq-container/vendor/github.com/prometheus/client_golang/.travis.yml
Stephen Marshall a4b9a9abaf Initial delivery of metrics code (#81)
* Initial delivery of metrics code

* Fix build issues

* Fix build issue with go vet
2018-05-24 09:15:12 +01:00

11 lines
90 B
YAML

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