2015-06-25 22:14:13 +00:00
|
|
|
sudo: false
|
|
|
|
|
2012-11-28 21:58:14 +00:00
|
|
|
language: go
|
|
|
|
|
2013-06-12 16:45:39 +00:00
|
|
|
go:
|
2018-02-26 09:42:49 +00:00
|
|
|
- 1.10.x
|
2017-09-07 15:24:02 +00:00
|
|
|
- 1.x
|
2013-06-12 16:45:39 +00:00
|
|
|
|
2016-09-15 21:05:56 +00:00
|
|
|
go_import_path: github.com/prometheus/prometheus
|
|
|
|
|
2012-11-28 21:58:14 +00:00
|
|
|
script:
|
2018-03-02 10:20:45 +00:00
|
|
|
- make check_license style unused test staticcheck
|