mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 16:14:05 -08:00
1c0df5b7d1
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
18 lines
244 B
YAML
18 lines
244 B
YAML
sudo: false
|
|
language: go
|
|
go:
|
|
- 1.4.x
|
|
- 1.5.x
|
|
- 1.6.x
|
|
- 1.7.x
|
|
- master
|
|
|
|
script:
|
|
- go get golang.org/x/tools/cmd/cover
|
|
- go get github.com/smartystreets/goconvey
|
|
- go test -v -cover -race
|
|
|
|
notifications:
|
|
email:
|
|
- u@gogs.io
|