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>
17 lines
189 B
YAML
17 lines
189 B
YAML
sudo: false
|
|
language: go
|
|
|
|
go:
|
|
- 1.4
|
|
- 1.5
|
|
- 1.6
|
|
- tip
|
|
|
|
script:
|
|
- go get -v github.com/smartystreets/goconvey
|
|
- go test -v -cover -race
|
|
|
|
notifications:
|
|
email:
|
|
- u@gogs.io
|