mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
10 lines
65 B
YAML
10 lines
65 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.4
|
|
|
|
script:
|
|
- make -f Makefile
|