mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
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
|