mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 16:14:05 -08: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
|