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
198 B
YAML
14 lines
198 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.6
|
|
- 1.7
|
|
- tip
|
|
|
|
install:
|
|
- go get -d -t github.com/opentracing/opentracing-go/...
|
|
- go get -u github.com/golang/lint/...
|
|
script:
|
|
- make test lint
|
|
- go build ./...
|