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>
14 lines
243 B
YAML
14 lines
243 B
YAML
sudo: false
|
|
language: go
|
|
go:
|
|
- 1.7
|
|
|
|
install:
|
|
- go get github.com/stretchr/testify
|
|
- go get github.com/prometheus/client_golang/prometheus
|
|
- go get golang.org/x/net/context
|
|
- go get golang.org/x/net/trace
|
|
|
|
script:
|
|
- go test -v ./...
|