statsd_exporter/.travis.yml
Simon Pasquier 7631485b0b *: bump Go version to 1.12
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2019-04-26 10:55:07 +02: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.12.x
go_import_path: github.com/prometheus/statsd_exporter
script:
- make
- git diff --exit-code