mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-13 10:51:06 +00:00
c710b851c7
Fixes #270 Signed-off-by: mhartenbower <matt.hartenbower@gmail.com>
16 lines
238 B
YAML
16 lines
238 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- "1.7.x"
|
|
- "1.8.x"
|
|
- "1.9.x"
|
|
- "1.10.x"
|
|
- "1.11.x"
|
|
- "tip"
|
|
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
- go get golang.org/x/tools/cmd/cover
|
|
|
|
script:
|
|
- goveralls -service=travis-ci
|