mirror of
https://github.com/prometheus/prometheus
synced 2025-01-28 10:23:18 +00:00
c706b416bd
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
10 lines
86 B
YAML
10 lines
86 B
YAML
language: go
|
|
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.4
|
|
|
|
install: go get -v -t ./...
|
|
script: make test
|