mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-14 17:44:06 -08:00
10 lines
65 B
YAML
10 lines
65 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.4
|
|
|
|
script:
|
|
- make -f Makefile
|