mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
e87cef2bb8
This reverts commit 3497b7c00d49c4acbbf951d84f2bba93f3da7510.
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
|