statsd_exporter/.travis.yml
Simon Pasquier 8a4f87d19e *: support Go modules
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-11-29 11:14:28 +01:00

14 lines
238 B
YAML

sudo: false
language: go
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml
# should also be updated.
go:
- 1.11.x
go_import_path: github.com/prometheus/statsd_exporter
script:
- make
- git diff --exit-code