statsd_exporter/.travis.yml

14 lines
238 B
YAML
Raw Normal View History

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
2017-08-30 15:59:10 +00:00
go_import_path: github.com/prometheus/statsd_exporter
script:
- make
- git diff --exit-code