prometheus/.travis.yml

14 lines
240 B
YAML
Raw Normal View History

sudo: false
2012-11-28 21:58:14 +00:00
language: go
# Whenever the Go version is updated here, .circleci/config.yml should also be
# updated.
2013-06-12 16:45:39 +00:00
go:
2018-02-26 09:42:49 +00:00
- 1.10.x
2013-06-12 16:45:39 +00:00
go_import_path: github.com/prometheus/prometheus
2012-11-28 21:58:14 +00:00
script:
- make check_license style unused test staticcheck