prometheus/.travis.yml

15 lines
278 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/prometheus
script:
- make check_license staticcheck style unused test
- git diff --exit-code