prometheus/.travis.yml

13 lines
149 B
YAML
Raw Normal View History

sudo: false
2012-11-28 22:58:14 +01:00
language: go
2013-06-12 18:45:39 +02:00
go:
2018-02-26 11:42:49 +02:00
- 1.10.x
2017-09-07 17:24:02 +02:00
- 1.x
2013-06-12 18:45:39 +02:00
go_import_path: github.com/prometheus/prometheus
2012-11-28 22:58:14 +01:00
script:
2018-01-13 11:52:48 +00:00
- make check_license style test staticcheck