mirror of
https://github.com/prometheus/prometheus
synced 2024-12-27 00:53:12 +00:00
10 lines
65 B
YAML
10 lines
65 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.5
|
|
|
|
script:
|
|
- make -f Makefile
|