mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 00:24:04 -08:00
c706b416bd
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
15 lines
159 B
YAML
15 lines
159 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.8.x
|
|
- 1.x
|
|
|
|
before_install:
|
|
- go get -t -v ./...
|
|
|
|
script:
|
|
- ./test.sh
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|