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>
16 lines
206 B
YAML
16 lines
206 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.3
|
|
- 1.4
|
|
- 1.5
|
|
- 1.6
|
|
- tip
|
|
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
- go get golang.org/x/tools/cmd/cover
|
|
|
|
script:
|
|
- goveralls -service=travis-ci
|