prometheus/.travis.yml

13 lines
136 B
YAML
Raw Normal View History

sudo: false
2012-11-28 13:58:14 -08:00
language: go
2013-06-12 09:45:39 -07:00
go:
2017-09-14 09:26:57 -07:00
- 1.9.x
2017-09-07 08:24:02 -07:00
- 1.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 test