prometheus/.travis.yml

12 lines
130 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-04-04 03:52:18 -07:00
- 1.8.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