prometheus/.travis.yml

15 lines
278 B
YAML
Raw Normal View History

sudo: false
2012-11-28 13:58:14 -08:00
language: go
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml
# should also be updated.
2013-06-12 09:45:39 -07:00
go:
- 1.11.x
2013-06-12 09:45:39 -07:00
go_import_path: github.com/prometheus/prometheus
2012-11-28 13:58:14 -08:00
script:
- make check_license style unused test staticcheck
- git diff --exit-code